Online Access Free DCA Exam Questions
| Exam Code: | DCA |
| Exam Name: | Docker Certified Associate (DCA) Exam |
| Certification Provider: | Docker |
| Free Question Number: | 189 |
| Posted: | Dec 12, 2025 |
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
Does this command create a swarm service that only listens on port 53 using the UDP protocol?
Solution: 'docker service create -name dns-cache -p 53:53 -service udp dns-cache'
Will this command ensure that overlay traffic between service tasks is encrypted?
Solution.docker network create -d overlay --secure <network-name>