mirror of https://github.com/docker/cli.git
23 lines
515 B
Markdown
23 lines
515 B
Markdown
|
# image rm
|
||
|
|
||
|
<!---MARKER_GEN_START-->
|
||
|
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 |
|
||
|
|
||
|
|
||
|
<!---MARKER_GEN_END-->
|
||
|
|
||
|
## Description
|
||
|
|
||
|
See [docker rmi](rmi.md) for more information.
|