Exam Name: | Docker Certified Associate (DCA) Exam | ||
Exam Code: | DCA Dumps | ||
Vendor: | Docker | Certification: | Docker Certified Associate |
Questions: | 183 Q&A's | Shared By: | aaminah |
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 container run myorg/myimage:1.0
Will this command ensure that overlay traffic between service tasks is encrypted?
Solution. docker network create -d overlay --secure
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 contraints
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'