mirror of https://github.com/docker/docs.git
22 lines
524 B
YAML
22 lines
524 B
YAML
command: docker network ls
|
|
aliases: list
|
|
short: List networks
|
|
long: List networks
|
|
usage: docker network ls [OPTIONS]
|
|
pname: docker network
|
|
plink: docker_network.yaml
|
|
options:
|
|
- option: filter
|
|
shorthand: f
|
|
description: Provide filter values (e.g. 'driver=bridge')
|
|
- option: format
|
|
description: Pretty-print networks using a Go template
|
|
- option: no-trunc
|
|
default_value: "false"
|
|
description: Do not truncate the output
|
|
- option: quiet
|
|
shorthand: q
|
|
default_value: "false"
|
|
description: Only display network IDs
|
|
|