DCA Exam Question 31

Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?
Solution: Delete the image and run garbage collection on the Docker Trusted Registry.
  • DCA Exam Question 32

    You created a new service named 'http' and discover it is not registering as healthy. Will this command enable you to view the list of historical tasks for this service?
    Solution: 'docker service ps http'
  • DCA Exam Question 33

    During development of an application meant to be orchestrated by Kubernetes, you want to mount the /data directory on your laptop into a container.
    Will this strategy successfully accomplish this?
    Solution: Add a volume to the pod that sets hostPath.path: /data, and then mount this volume into the pod's containers as desired.
  • DCA Exam Question 34

    Is this a function of UCP?
    Solution: scans images to detect any security vulnerability
  • DCA Exam Question 35

    Is this an advantage of multi-stage builds?
    Solution: better caching when building Docker images