github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/cli/docs/reference/commandline/context.md (about) 1 --- 2 title: "context" 3 description: "The context command description and usage" 4 keywords: "context" 5 --- 6 7 # config 8 9 ```markdown 10 Manage contexts 11 12 Usage: 13 docker context [command] 14 15 Available Commands: 16 create Create new context 17 export Export a context to a tar or kubeconfig file 18 import Import a context from a tar or zip file 19 inspect Display detailed information on one or more contexts 20 list List available contexts 21 rm Remove one or more contexts 22 show Print the current context 23 update Update a context 24 use Set the default context 25 26 Flags: 27 -h, --help Help for context 28 29 Use "docker context [command] --help" for more information about a command. 30 ``` 31 32 ## Description 33 34 Manage contexts. 35 36 ## Related commands 37 38 * [context create](context_create.md) 39 * [context export](context_export.md) 40 * [context import](context_import.md) 41 * [context inspect](context_inspect.md) 42 * [context list](context_ls.md) 43 * [context rm](context_rm.md) 44 * [context update](context_update.md) 45 * [context use](context_use.md)