Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry? Delete the image and delete the image repository from Docker Trusted Registry
The complete process to fully delete an image from DTR requires additional steps:
Delete the image through the DTR interface or API
Delete the repository
Run garbage collection
The garbage collection step is crucial because:
* When you delete images/repositories from DTR, the actual image files remain on disk
* These files are marked for deletion but are not immediately removed
* Only after running garbage collection will the actual disk space be reclaimed
* This is a safety mechanism to prevent accidental data loss
B is correct.
https://stackoverflow.com/questions/25436742/how-to-delete-images-from-a-private-docker-registry
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
__rajan__
2 months, 3 weeks agoLavaPup
3 months, 4 weeks ago