Question 46

What is one way of directly transferring a Docker Image from one Docker host in another?
  • Question 47

    In the context of a swarm mode cluster, does this describe a node?
    Solution: a physical machine participating in the swarm
  • Question 48

    Will this action upgrade Docker Engine CE to Docker Engine EE?
    Solution: Uninstall 'docker-ce' package before installing 'docker-ee' package.
  • Question 49

    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)
  • Question 50

    What behavior is expected when a service is created with the following command:
    'docker service create --publish 8000:80 nginx'