DCA Exam Question 21
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 -constraint networking.protocol.udp=true dns-cache"
Solution. 'docker service create -name dns-cache -p 53:53 -constraint networking.protocol.udp=true dns-cache"
DCA Exam Question 22
Is this a type of Linux kernel namespace that provides container isolation?
Solution: Authentication
Solution: Authentication
DCA Exam Question 23
Is this the purpose of Docker Content Trust?
Solution: Enable mutual TLS between the Docker client and server.
Solution: Enable mutual TLS between the Docker client and server.
DCA Exam Question 24
Will this command mount the host's '/data1 directory to the ubuntu container in read-only mode?
Solution. 'docker run -v /data:/mydata -mode readonly ubuntu'
Solution. 'docker run -v /data:/mydata -mode readonly ubuntu'
DCA Exam Question 25
Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?
Solution: mnt
Solution: mnt
