diff --git a/docker-hub/image-management.md b/docker-hub/image-management.md index 4699c7fe1e..c4b6bbd9ae 100644 --- a/docker-hub/image-management.md +++ b/docker-hub/image-management.md @@ -8,7 +8,7 @@ title: Advanced Image Management dashboard The **Advanced Image Management** dashboard allows you to manage Docker images across all repositories. [Upgrade](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade){: target="_blank" rel="noopener" class="_"} your existing account to a Pro or a Team account to start using the Advanced Image Management dashboard. -The Advanced Image Management dashboard provides a snapshot of your existing images and allows you to view, sort and filter images by tags, activity status and date, and contains options to clean up your workspace by deleting images that are no longer required. +The Advanced Image Management dashboard provides a snapshot of your existing images and allows you to view, sort, and filter images by tags, activity status, and date, and contains options to clean up your workspace by deleting images that are no longer required. The dashboard provides visibility into the status of the images in your repository and allows you to reduce the number of images stored in Docker Hub by reviewing their active status. An image retains its 'active' status if it is pulled or pushed in the last month. If there isn’t any activity on the image in the last month, it is considered 'inactive'. @@ -22,7 +22,7 @@ To access the Advanced Image Management dashboard: 1. Log into [Docker Hub](https://hub.docker.com){: target="_blank" rel="noopener" class="_"}. 2. Click **Repositories** from the main menu and select a repository from the list. This displays a banner indicating the number of inactive images in the repository. -3. Click **View inactive images**. This displays the Advanced Image Management dashboard. It lists images in your repository and allows you to sort and filter images by activity status and last activity date. +3. Click **View inactive images**. This displays the Advanced Image Management dashboard. It lists images in your repository and allows you to sort and filter images by tags, activity status, and the last activity date. > You must be logged in as a Pro or a Team user to use the Advanced Image Management dashboard. Click [Upgrade](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade){: target="_blank" rel="noopener" class="_"} to upgrade your existing subscription. diff --git a/docker-hub/images/dashboard-delete-image.png b/docker-hub/images/dashboard-delete-image.png index 87bf85080e..5207c0c2cd 100644 Binary files a/docker-hub/images/dashboard-delete-image.png and b/docker-hub/images/dashboard-delete-image.png differ diff --git a/docker-hub/images/image-management-dashboard.png b/docker-hub/images/image-management-dashboard.png index ab03022948..161ce7732a 100644 Binary files a/docker-hub/images/image-management-dashboard.png and b/docker-hub/images/image-management-dashboard.png differ