Question 16

Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution: Manually download the 'docker-ee' package
  • Question 17

    Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?
    Solution: Delete the image and delete the image repository from Docker Trusted Registry
  • Question 18

    What is the docker command to setup a swarm?
  • Question 19

    Which one of the following commands will result in the volume being removed automatically once the container has exited?
  • Question 20

    Will this command ensure that overlay traffic between service tasks is encrypted?
    Solution: docker service create --network --secure