Files
docker-docs/_data/engine-cli/docker_image_rm.yaml
French Ben 230940f7f0 Added aliases to CLI (#1412)
Signed-off-by: French Ben <frenchben@docker.com>
2017-01-27 11:58:46 -08:00

16 lines
403 B
YAML

command: docker image rm
aliases: rmi, remove
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