docs/_data/engine-cli/docker_image_prune.yaml

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