16 lines
475 B
YAML
16 lines
475 B
YAML
|
command: docker context use
|
||
|
short: Set the current docker context
|
||
|
long: |-
|
||
|
Set the default context to use, when `DOCKER_HOST`, `DOCKER_CONTEXT` environment
|
||
|
variables and `--host`, `--context` global options are not set.
|
||
|
To disable usage of contexts, you can use the special `default` context.
|
||
|
usage: docker context use CONTEXT
|
||
|
pname: docker context
|
||
|
plink: docker_context.yaml
|
||
|
deprecated: false
|
||
|
experimental: false
|
||
|
experimentalcli: false
|
||
|
kubernetes: false
|
||
|
swarm: false
|
||
|
|