Question 51
How do you change the default logging driver for the docker daemon in Linux?
Question 52
Which of the following commands starts a Redis container and configures it to always restart unless it is
explicitly stopped or Docker is restarted?
explicitly stopped or Docker is restarted?
Question 53
A server is running low on disk space. What command can be used to check the disk usage of images, containers, and volumes for Docker engine?
Question 54
Does this command display all the pods in the cluster that are labeled as 'env: development'?
Solution: 'kubectl get pods --all-namespaces -I env=development'
Solution: 'kubectl get pods --all-namespaces -I env=development'
Question 55
Will this configuration achieve fault tolerance for managers in a swarm?
Solution: only two managers, one active and one passive.
Solution: only two managers, one active and one passive.
