File: context.md

package info (click to toggle)
docker.io 26.1.5%2Bdfsg1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 68,576 kB
  • sloc: sh: 5,748; makefile: 912; ansic: 664; asm: 228; python: 162
file content (37 lines) | stat: -rw-r--r-- 1,581 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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)