Question 96

Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?
Solution. Delete the image and delete the image repository from Docker Trusted Registry.
  • Question 97

    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. docker logs <eontainer-id>
  • Question 98

    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: docker logs <container-id>
  • Question 99

    Is this a type of Linux kernel namespace that provides container isolation?
    Solution: Network
  • Question 100

    From a DevOps process standpoint, it is best practice to keep changes to an application in version control.
    Which of the following will allow changes to a docker Image to be stored in a version control system?