DCA Exam Question 41

You have deployed a service to swarm. Which command uses the Docker CLI to set the number of tasks of the services to 5? (choose 2)
  • DCA Exam Question 42

    Will this command mount the host's '/data' directory to the ubuntu container in read-only mode?
    Solution: 'docker run -v /data:/mydata --mode readonly ubuntu'
  • DCA Exam Question 43

    Which of the following constitutes a production-ready devicemapper configuration for the Docker engine?
  • DCA Exam Question 44

    You have just executed 'docker swarm leave' on a node. What command can be run on the same node to confirm it has left the cluster?
  • DCA Exam Question 45

    What is the difference between the ADD and COPY dockerfile instructions? (choosen 2)