logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Docker RMI - Remove Docker Images Easily | Online Free DevTools by Hexmos

Remove Docker images efficiently with Docker RMI. Delete unused images, reclaim disk space and manage container environments. Free online tool, no registration required.

docker-rmi

Remove Docker images. More information: https://docs.docker.com/reference/cli/docker/image/rm/.

  • Display help:

docker rmi

  • Remove one or more images given their names:

docker rmi {{image1 image2 ...}}

  • Force remove an image:

docker rmi {{[-f|--force]}} {{image}}

  • Remove an image without deleting untagged parents:

docker rmi --no-prune {{image}}

return

See Also