diff --git a/docker-hub/image-management.md b/docker-hub/image-management.md index 70dc6ad016..4699c7fe1e 100644 --- a/docker-hub/image-management.md +++ b/docker-hub/image-management.md @@ -55,6 +55,10 @@ A Docker image can contain multiple tags. A ‘tag’ refers to a combination of For example, let's assume that Image-A is tagged as ‘latest’. You push another image, Image-B, and tag it as the new 'latest'. If you now delete Image-B, the 'latest' tag will be deleted, along with all images it previously referred to. However, if those images are tagged by another tag - in this case, if Image-B is also tagged with '1.5.0', for example, that tag would prevent its deletion. +## Advanced Image Management API + +The Advanced Image Management API endpoints allow you to manage Docker images across all repositories. For more information, see [Advanced Image management API](../api/latest/). + ## Feedback Thank you for trying out the Advanced Image Management dashboard. Your feedback is very important to us. Let us know your feedback by creating an issue in the [hub-feedback](https://github.com/docker/hub-feedback/issues){: target="_blank" rel="noopener" class="_"} GitHub repository.