diff --git a/docker-hub/image-management.md b/docker-hub/image-management.md index 33503455a1..c3f599b7c5 100644 --- a/docker-hub/image-management.md +++ b/docker-hub/image-management.md @@ -24,11 +24,14 @@ With the new Advanced Image Management dashboard, all of this is now simpler and 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 tags, activity status, and the last activity date. +1. Log in to [Docker Hub](https://hub.docker.com){: target="_blank" rel="noopener" class="_"}. +2. Click **General** and click **Go to Advanced Image Management** from the main menu, and select a repository from the list. - > You must be logged in as a Docker Pro, Team, or a Business 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. +![Advanced image management dashboard](images/advanced-image-general.png){:width="700px"} + +3. In the dashboard you can sort and filter by active, inactive and untagged images. + + >Note: You must be logged in as a Docker Pro, Team, or a Business 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. ## View images @@ -43,15 +46,12 @@ The Advanced Image Management dashboard provides a snapshot of your existing ima By default, the Advanced Image Management dashboard displays inactive images in the repository. To delete an inactive image: 1. Log in to [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. -4. Select the images that you’d like to delete from the repository. -5. Click the delete icon located above the list of images. +2. Click **General** or **Tab** and click Go to Advanced Image Management from the main menu. +3. Click **Inactive images** and select the images that you want to delete from the repository and click the delete icon. ![Advanced image management dashboard](images/dashboard-delete-image.png){:width="700px"} -6. Carefully read the advice displayed about deleting the image you have selected. -7. Select the check box to confirm your action and then click **Delete**. +4. Select the check box to confirm your action and then click **Delete**. ### Deleting a tagged image diff --git a/docker-hub/images/advanced-image-general.png b/docker-hub/images/advanced-image-general.png new file mode 100644 index 0000000000..c22ac820fe Binary files /dev/null and b/docker-hub/images/advanced-image-general.png differ diff --git a/docker-hub/images/image-management-dashboard.png b/docker-hub/images/image-management-dashboard.png index 161ce7732a..a094d75980 100644 Binary files a/docker-hub/images/image-management-dashboard.png and b/docker-hub/images/image-management-dashboard.png differ