Commands.app

docker rmi

Image Management

Remove one or more images

Options & Flags
Available options for this command
-f

Force remove image

Examples
Common usage examples

Remove nginx image

docker rmi nginx

Remove all images

docker rmi $(docker images -q)
Related Commands
You might also find these useful