Question 116

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

    The output of which command can be used to find the architecture and operating system an image is compatible with?
  • Question 118

    Will this command display a list of volumes for a specific container?
    Solution. 'docker container inspect nginx'
  • Question 119

    A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster. Can this be used to schedule containers to meet the security policy requirements?
    Solution. label constraints
  • Question 120

    Which of the following is required to install Docker EE from a package repository?