Question 66

Is this an advantage of multi-stage builds?
Solution. better logical separation of Dockerfile instructions for increased readability
  • Question 67

    One of several containers in a pod is marked as unhealthy after failing its livenessProbe many times. Is this the action taken by the orchestrator to fix the unhealthy container?
    Solution: Kubernetes automatically triggers a user-defined script to attempt to fix the unhealthy container.
  • Question 68

    What is the docker command to find the current logging driver for a running container?
  • Question 69

    How do you change the default logging driver for the docker daemon in Linux?
  • Question 70

    Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?
    Solution. Set and export the IGNORE_TLS environment variable on the command line.