DCA Exam Question 121
Will this Linux kernel facility limit a Docker container's access to host resources, such as CPU or memory?
Solution. capabilities
Solution. capabilities
DCA Exam Question 122
In the context of a swarm mode cluster, does this describe a node?
Solution. an instance of the Docker CLI connected to the swarm
Solution. an instance of the Docker CLI connected to the swarm
DCA Exam Question 123
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 124
You are troubleshooting a Kubernetes deployment called api, and want to see the events table for this object.
Does this command display it?
Solution: kubectl describe deployment api
Does this command display it?
Solution: kubectl describe deployment api
DCA Exam Question 125
What is the docker command to setup a swarm?
