github.com/fabiokung/docker@v0.11.2-0.20170222101415-4534dcd49497/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