Files
docker-docs/_data/engine-cli/docker_image_rm.yaml
French Ben d612188de0 Initial dump of CLI in yaml (#737)
Signed-off-by: French Ben <frenchben@docker.com>
2017-01-19 10:38:49 -08:00

15 lines
382 B
YAML

command: docker image rm
short: Remove one or more images
long: Remove one or more images
usage: docker image rm [OPTIONS] IMAGE [IMAGE...]
pname: docker image
plink: docker_image.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