TLDR
Enter a command. For example: stty, tpp, git obliterate, locust.

docker rmi

 
Remove one or more Docker images. More information: https://docs.docker.com/engine/reference/commandline/rmi/.
 
  • Show help:
     
    docker rmi
     
  • Remove one or more images given their names:
     
    docker rmi {{image1 image2 ...}}
     
  • Force remove an image:
     
    docker rmi --force {{image}}
     
  • Remove an image without deleting untagged parents:
     
    docker rmi --no-prune {{image}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.