github.com/AliyunContainerService/cli@v0.0.0-20181009023821-814ced4b30d0/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