Question 111

When seven managers are in a swarm cluster how would they be distributed across three datacenters or availability zones?
  • Question 112

    You created a new service named 'http' and discover it is not registering as healthy. Will this command enable you to view the list of historical tasks for this service?
    Solution: 'docker service inspect http'
  • Question 113

    In Docker Trusted Registry, is this how a user can prevent an image, such as 'nginx:latest', from being overwritten by another user with push access to the repository?
    Solution: Keep a backup copy of the image on another repository.