DCA Exam Question 56
Will this configuration achieve fault tolerance for managers in a swarm?
Solution: an odd number of manager nodes, totaling more than two
Solution: an odd number of manager nodes, totaling more than two
DCA Exam Question 57
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'
Solution: 'docker run --volume /data:/mydata:ro ubuntu'
DCA Exam Question 58
Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?
Solution: net
Solution: net
DCA Exam Question 59
Will this command list all nodes in a swarm cluster from the command line?
Solution: 'docker Is -a'
Solution: 'docker Is -a'
DCA Exam Question 60
You configure a local Docker engine to enforce content trust by setting the environment variable DOCKER_CONTENT_TRUST=1.
If myorg/myimage: 1.0 is unsigned, does Docker block this command?
Solution: docker image import <tarball> myorg/myimage:1.0
If myorg/myimage: 1.0 is unsigned, does Docker block this command?
Solution: docker image import <tarball> myorg/myimage:1.0
