mirror of https://github.com/docker/docs.git
15 lines
360 B
YAML
15 lines
360 B
YAML
command: docker rmi
|
|
short: Remove one or more images
|
|
long: Remove one or more images
|
|
usage: docker rmi [OPTIONS] IMAGE [IMAGE...]
|
|
pname: docker
|
|
plink: docker.yaml
|
|
options:
|
|
- option: force
|
|
shorthand: f
|
|
default_value: "false"
|
|
description: Force removal of the image
|
|
- option: no-prune
|
|
default_value: "false"
|
|
description: Do not delete untagged parents
|