github.com/flavio/docker@v0.1.3-0.20170117145210-f63d1a6eec47/man/src/image/rm.md (about) 1 Removes one or more images from the host node. This does not remove images from 2 a registry. You cannot remove an image of a running container unless you use the 3 **-f** option. To see all images on a host use the **docker image ls** command. 4 5 # EXAMPLES 6 7 ## Removing an image 8 9 Here is an example of removing an image: 10 11 docker image rm fedora/httpd