Files
docker-docs/_data/engine-cli/docker_image_rm.yaml
French Ben a1933d276b New CLI added
Signed-off-by: French Ben <frenchben@docker.com>
2017-02-14 14:30:56 -08:00

17 lines
404 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