Files
docker-docs/_data/engine-cli/docker_system_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
392 B
YAML

command: docker system prune
short: Remove unused data
long: Remove unused data
usage: docker system prune [OPTIONS]
pname: docker system
plink: docker_system.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