mirror of https://github.com/docker/cli.git
20 lines
462 B
Markdown
20 lines
462 B
Markdown
# docker rmi
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Remove one or more images
|
|
|
|
### Aliases
|
|
|
|
`docker image rm`, `docker image remove`, `docker rmi`
|
|
|
|
### Options
|
|
|
|
| Name | Type | Default | Description |
|
|
|:----------------|:-------|:--------|:-------------------------------|
|
|
| `-f`, `--force` | `bool` | | Force removal of the image |
|
|
| `--no-prune` | `bool` | | Do not delete untagged parents |
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|