43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
|
command: docker context ls
|
||
|
aliases: list
|
||
|
short: List contexts
|
||
|
long: List contexts
|
||
|
usage: docker context ls [OPTIONS]
|
||
|
pname: docker context
|
||
|
plink: docker_context.yaml
|
||
|
options:
|
||
|
- option: format
|
||
|
value_type: string
|
||
|
description: Pretty-print contexts using a Go template
|
||
|
deprecated: false
|
||
|
experimental: false
|
||
|
experimentalcli: false
|
||
|
kubernetes: false
|
||
|
swarm: false
|
||
|
- option: quiet
|
||
|
shorthand: q
|
||
|
value_type: bool
|
||
|
default_value: "false"
|
||
|
description: Only show context names
|
||
|
deprecated: false
|
||
|
experimental: false
|
||
|
experimentalcli: false
|
||
|
kubernetes: false
|
||
|
swarm: false
|
||
|
examples: |-
|
||
|
Use `docker context ls` to print all contexts. The currently active context is
|
||
|
indicated with an `*`:
|
||
|
|
||
|
```bash
|
||
|
NAME DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR
|
||
|
default * Current DOCKER_HOST based configuration unix:///var/run/docker.sock swarm
|
||
|
production tcp:///prod.corp.example.com:2376
|
||
|
staging tcp:///stage.corp.example.com:2376
|
||
|
```
|
||
|
deprecated: false
|
||
|
experimental: false
|
||
|
experimentalcli: false
|
||
|
kubernetes: false
|
||
|
swarm: false
|
||
|
|