Files
docker-docs/_data/engine-cli/docker_image_prune.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

16 lines
393 B
YAML

command: docker image prune
short: Remove unused images
long: Remove unused images
usage: docker image prune [OPTIONS]
pname: docker image
plink: docker_image.yaml
options:
- option: all
shorthand: a
default_value: "false"
description: Remove all unused images, not just dangling ones
- option: force
shorthand: f
default_value: "false"
description: Do not prompt for confirmation