Exam Name: | Docker Certified Associate (DCA) Exam | ||
Exam Code: | DCA Dumps | ||
Vendor: | Docker | Certification: | Docker Certified Associate |
Questions: | 191 Q&A's | Shared By: | chase |
Will this command list all nodes in a swarm cluster from the command line?
Solution. ‘docker inspect nodes
Will this command mount the host's '/data* directory to the ubuntu container in read-only mode?
Solution. ‘docker run -add-volume /data /mydata -read-only ubuntu'
One of several containers in a pod is marked as unhealthy after failing its livenessProbe many times. Is this the action taken by the orchestrator to fix the unhealthy container?
Solution: The unhealthy container is restarted.
Will this configuration achieve fault tolerance for managers in a swarm?
Solution: at least seven nodes in total