mirror of https://github.com/docker/docs.git
18 lines
473 B
YAML
18 lines
473 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: filter
|
|
description: Provide filter values (e.g. 'until=<timestamp>')
|
|
- option: force
|
|
shorthand: f
|
|
default_value: "false"
|
|
description: Do not prompt for confirmation
|