github.com/docker/docker-ce@v17.12.1-ce-rc2+incompatible/components/cli/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