mirror of https://github.com/docker/docs.git
28 lines
756 B
YAML
28 lines
756 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 aren't 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
|
|
inherited_options:
|
|
- option: help
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Print usage
|
|
deprecated: false
|
|
hidden: true
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
|