2018-11-09 15:10:41 +01:00
|
|
|
# context use
|
|
|
|
|
2023-01-06 19:04:05 +01:00
|
|
|
<!---MARKER_GEN_START-->
|
2018-11-09 15:10:41 +01:00
|
|
|
Set the current docker context
|
2023-01-06 19:04:05 +01:00
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
2018-11-09 15:10:41 +01:00
|
|
|
|
|
|
|
## Description
|
2022-03-30 14:33:44 +02:00
|
|
|
|
2020-05-07 13:53:25 +02:00
|
|
|
Set the default context to use, when `DOCKER_HOST`, `DOCKER_CONTEXT` environment
|
2023-12-13 15:16:56 +01:00
|
|
|
variables and `--host`, `--context` global options aren't set.
|
2020-05-07 13:53:25 +02:00
|
|
|
To disable usage of contexts, you can use the special `default` context.
|