DCA Exam QuestionsBrowse all questions from this exam

DCA Exam - Question 28


Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?

Delete the image and run garbage collection on the Docker Trusted Registry.

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
ubdubdoo
Dec 11, 2024

A: DTR's garbage collection process is responsible for actually removing the image data from disk. You'll need to trigger this process manually after deleting the tags.

__rajan__Option: A
Jan 8, 2025

The complete process to fully delete an image from DTR requires additional steps: 1. Delete the image through the DTR interface or API 2. Delete the repository 3. Run garbage collection