mirror of https://github.com/docker/docs.git
12 lines
295 B
YAML
12 lines
295 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: force
|
|
shorthand: f
|
|
default_value: "false"
|
|
description: Do not prompt for confirmation
|