Kevin Alvarez 79c9e527a3
docs: generate markdown
Keep frontmatter for docker, dockerd and index markdown files.
Also needs to move cli.md > docker.md before generation and
then move it back because cli.md is needed for yaml generation on docs
website: https://github.com/docker/cli/pull/3924#discussion_r1059986605

Signed-off-by: Kevin Alvarez <crazy-max@users.noreply.github.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-01-06 22:36:47 +01:00

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)