mirror of https://github.com/docker/docs.git
15 lines
377 B
YAML
15 lines
377 B
YAML
command: docker network prune
|
|
short: Remove all unused networks
|
|
long: Remove all unused networks
|
|
usage: docker network prune [OPTIONS]
|
|
pname: docker network
|
|
plink: docker_network.yaml
|
|
options:
|
|
- option: filter
|
|
description: Provide filter values (e.g. 'until=<timestamp>')
|
|
- option: force
|
|
shorthand: f
|
|
default_value: "false"
|
|
description: Do not prompt for confirmation
|
|
|