Question 106
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'
Solution: 'docker service inspect http'
Question 107
A user's attempts to set the system time from inside a Docker container are unsuccessful.
Could this be blocking this operation?
Solution.SELinux
Could this be blocking this operation?
Solution.SELinux
Question 108
Seven managers are in a swarm cluster.
Is this how should they be distributed across three datacenters or availability zones?
Solution: 3-2-2
Is this how should they be distributed across three datacenters or availability zones?
Solution: 3-2-2
Question 109
Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution. Run docker engine activate.
Solution. Run docker engine activate.
Question 110
Will this configuration achieve fault tolerance for managers in a swarm?
Solution: an odd number of manager nodes, totaling more than two
Solution: an odd number of manager nodes, totaling more than two
