Remove one or more images
docker rmi [OPTIONS] IMAGE [IMAGE...]
Name, shorthand | Default | Description |
---|---|---|
--force, -f |
false |
Force removal of the image |
--no-prune |
false |
Do not delete untagged parents |
Command | Description |
---|---|
docker | The base command for the Docker CLI. |
Alias for docker image rm
.