Question 56

Your organization has a centralized logging solution, such as Splunk.
Will this configure a Docker container to export container logs to the logging solution?
Solution: Set the log-driver and log-oPt keys to values for the logging solution (Splunk) In the daemon.json file.
  • Question 57

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

    Which of the following is NOT backed up when performing a Docker Trusted backup operation?
  • Question 59

    Is this statement correct?
    Solution: A Dockerfile provides instructions for building a Docker image
  • Question 60

    After creating a new service named 'http', you notice that the new service is not registering as healthy. How do you view the list of historical tasks for that service by using the command line?