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

19 lines
475 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: filter
description: Provide filter values (e.g. 'until=<timestamp>')
- option: force
shorthand: f
default_value: "false"
description: Do not prompt for confirmation