DCA Exam Question 26
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: resource reservation
Can this be used to schedule containers to meet the security policy requirements?
Solution: resource reservation
DCA Exam Question 27
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 28
Is this statement correct?
Solution. A Dockerfile stores persistent data between deployments of a container
Solution. A Dockerfile stores persistent data between deployments of a container
DCA Exam Question 29
Will this Linux kernel facility limit a Docker container's access to host resources, such as CPU or memory?
Solution: namespaces
Solution: namespaces
DCA Exam Question 30
Will this command display a list of volumes for a specific container?
Solution: docker volume inspect nginx'
Solution: docker volume inspect nginx'
