Question 21

A users attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?
Solution: inter-process communication
  • Question 22

    Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?
    Solution: Pass the '--insecure-registry' flag to the daemon at run time.
  • Question 23

    You set up an automatic pruning policy on a DTR repository to prune all images using Apache licenses. What effect does this have on images in this repository?
  • Question 24

    Which of the following commands wifi automatically create a volume when a container is started?
  • Question 25

    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?