docker rmi
Image ManagementRemove one or more images
Options & Flags
Available options for this command
-fForce remove image
Examples
Common usage examples
Remove nginx image
docker rmi nginxRemove all images
docker rmi $(docker images -q)Related Commands
You might also find these useful