Question 91

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

    Will this command display a list of volumes for a specific container?
    Solution: docker volume logs nginx --containers'
  • Question 93

    Following the principle of least privilege, which of the following methods can be used to securely grnt access to the specific user to communicate to a Docker engine? (Choose two.)
  • Question 94

    Will this action upgrade Docker Engine CE to Docker Engine EE?
    Solution: Delete '/var/lib/docker' directory.
  • Question 95

    Will this configuration achieve fault tolerance for managers in a swarm?
    Solution: an odd number of manager nodes, totaling more than two