mirror of https://github.com/docker/cli.git
38 lines
1.5 KiB
Markdown
38 lines
1.5 KiB
Markdown
# config
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Manage contexts
|
|
|
|
### Subcommands
|
|
|
|
| Name | Description |
|
|
|:--------------------------------|:------------------------------------------------------------------|
|
|
| [`create`](context_create.md) | Create a context |
|
|
| [`export`](context_export.md) | Export a context to a tar archive FILE or a tar stream on STDOUT. |
|
|
| [`import`](context_import.md) | Import a context from a tar or zip file |
|
|
| [`inspect`](context_inspect.md) | Display detailed information on one or more contexts |
|
|
| [`ls`](context_ls.md) | List contexts |
|
|
| [`rm`](context_rm.md) | Remove one or more contexts |
|
|
| [`show`](context_show.md) | Print the name of the current context |
|
|
| [`update`](context_update.md) | Update a context |
|
|
| [`use`](context_use.md) | Set the current docker context |
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
## Description
|
|
|
|
Manage contexts.
|
|
|
|
## Related commands
|
|
|
|
* [context create](context_create.md)
|
|
* [context export](context_export.md)
|
|
* [context import](context_import.md)
|
|
* [context inspect](context_inspect.md)
|
|
* [context list](context_ls.md)
|
|
* [context rm](context_rm.md)
|
|
* [context update](context_update.md)
|
|
* [context use](context_use.md)
|