DCA Exam Question 71

Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?
Solution: Set IGNORE_TLS in the 'daemon.json' configuration file.
  • DCA Exam Question 72

    What is the difference between the ADD and COPY dockerfile instructions? (choosen 2)
  • DCA Exam Question 73

    Is this an advantage of multi-stage builds?
    Solution: better caching when building Docker images
  • DCA Exam Question 74

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

    Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?
    Solution. pid