DCA Exam Question 41
Will this command display a list of volumes for a specific container?
Solution: 'docker container inspect nginx'
Solution: 'docker container inspect nginx'
DCA Exam Question 42
A users attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?
Solution: inter-process communication
Solution: inter-process communication
DCA Exam Question 43
Is this the purpose of Docker Content Trust?
Solution.Indicate an image on Docker Hub is an official image.
Solution.Indicate an image on Docker Hub is an official image.
DCA Exam Question 44
Will this command ensure that overlay traffic between service tasks is encrypted?
Solution: docker service create --network --encrypted
Solution: docker service create --network --encrypted
DCA Exam Question 45
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 constraints
Solution. label constraints
