DCA Exam Question 6
How do you change the default logging driver for the docker daemon in Linux?
DCA Exam Question 7
Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?
Solution: Delete the image and run garbage collection on the Docker Trusted Registry.
Solution: Delete the image and run garbage collection on the Docker Trusted Registry.
DCA Exam Question 8
You created a new service named 'http' and discover it is not registering as healthy. Will this command enable you to view the list of historical tasks for this service?
Solution: 'docker service inspect http'
Solution: 'docker service inspect http'
DCA Exam Question 9
Does this describe the role of Control Groups (cgroups) when used with a Docker container?
Solution: accounting and limiting of resources
Solution: accounting and limiting of resources
DCA Exam Question 10
Does this describe the role of Control Groups (cgroups) when used with a Docker container?
Solution: role-based access control to clustered resources
Solution: role-based access control to clustered resources
