mirror of https://github.com/docker/cli.git
515 B
515 B
image rm
Remove one or more images
Aliases
docker image rm, docker image remove, docker rmi
Options
| Name | Type | Default | Description |
|---|---|---|---|
-f, --force |
Force removal of the image | ||
--no-prune |
Do not delete untagged parents |
Description
See docker rmi for more information.