mirror of https://github.com/docker/docs.git
27 lines
828 B
Markdown
27 lines
828 B
Markdown
---
|
|
aliases:
|
|
- /docker-trusted-registry/soft-garbage/
|
|
- /docker-trusted-registry/repos-and-images/delete-images/
|
|
description: Learn how to delete images from your repositories on Docker Trusted Registry.
|
|
keywords:
|
|
- docker, registry, repository, delete, image
|
|
menu:
|
|
main:
|
|
identifier: dtr_delete_images
|
|
parent: dtr_menu_repos_and_images
|
|
weight: 30
|
|
title: Delete an image
|
|
---
|
|
|
|
# Delete an image
|
|
|
|
To delete an image, go to the **DTR web UI**, and navigate to the image
|
|
**repository** you want to delete. In the **Tags** tab, select all the image
|
|
tags you want to delete, and click the **Delete button**.
|
|
|
|

|
|
|
|
You can also delete all image versions, by deleting the repository. For that,
|
|
in the image **repository**, navigate to the **Settings** tab, and click the
|
|
**Delete** button.
|