DCA Exam Question 11
Will a DTR security scan detect this?
Solution. private keys copied to the image
Solution. private keys copied to the image
DCA Exam Question 12
Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?
Solution: user
Solution: user
DCA Exam Question 13
An application image runs in multiple environments, with each environment using different certificates and ports.
Is this a way to provision configuration to containers at runtime?
Solution: Provision a Docker config object for each environment.
Is this a way to provision configuration to containers at runtime?
Solution: Provision a Docker config object for each environment.
DCA Exam Question 14
Some Docker images take time to build through a Continuous Integration environment. You want to speed up builds and take advantage of build caching.
Where should the most frequently changed part of a Docker image be placed in a Dockerfile?
Where should the most frequently changed part of a Docker image be placed in a Dockerfile?
DCA Exam Question 15
Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution.Disable the Docker service via 'chkconfig' or 'systemctl'.
Solution.Disable the Docker service via 'chkconfig' or 'systemctl'.
