github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/cli/docs/reference/commandline/context_use.md (about) 1 --- 2 title: "context use" 3 description: "The context use command description and usage" 4 keywords: "context, use" 5 --- 6 7 # context use 8 9 ```markdown 10 Usage: docker context use CONTEXT 11 12 Set the current docker context 13 ``` 14 15 ## Description 16 Set the default context to use, when `DOCKER_HOST`, `DOCKER_CONTEXT` environment 17 variables and `--host`, `--context` global options are not set. 18 To disable usage of contexts, you can use the special `default` context.