You can also use rmi command with docker to remove images. It removes (and un-tags) one or more images from the Docker node. If an image has multiple tags, using this command with the tag as a parameter only removes the tag. If the tag is the only one for the image, both the image and the tag are removed.
Delete images To delete an inactive image: Log in to Docker Hub. Click Repositories from the main menu and select a repository from the list. Click General or Tags, and click Go to Advanced Image Management.
docker image prune removes all dangling images (those with tag none). docker image prune -a would also remove any images that have no container that uses them.
You can easily remove or delete a tag with an image from Docker hub.
That's it.
Its possible, click in details on repository after click in Settings. Look the image:
I've finally found how to do it in 2020!
You can't remove a tag from the "Tags" page right now but there is still a way:
Currently you can't delete a image from hub via command line or web portal. There are open issues:
Maybe here is a workaround: Deleting images from a private docker registry
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With