Question 61

Will this command mount the host's '/data' directory to the ubuntu container in read-only mode?
Solution: 'docker run --add-volume /data /mydata -read-only ubuntu'
  • Question 62

    In Docker Trusted Registry, how would a user prevent an image, for example 'nginx:latest' from being
    overwritten by another user with push access to the repository?
  • Question 63

    Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?
    Solution: Delete the image and run garbage collection on the Docker Trusted Registry.