2018-11-09 09:10:41 -05:00
|
|
|
# context rm
|
|
|
|
|
2023-01-06 13:04:05 -05:00
|
|
|
<!---MARKER_GEN_START-->
|
2018-11-09 09:10:41 -05:00
|
|
|
Remove one or more contexts
|
|
|
|
|
2023-01-06 13:04:05 -05:00
|
|
|
### Aliases
|
|
|
|
|
|
|
|
`docker context rm`, `docker context remove`
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
2024-07-03 02:29:57 -04:00
|
|
|
| Name | Type | Default | Description |
|
|
|
|
|:----------------|:-------|:--------|:--------------------------------------|
|
|
|
|
| `-f`, `--force` | `bool` | | Force the removal of a context in use |
|
2023-01-06 13:04:05 -05:00
|
|
|
|
2018-11-09 09:10:41 -05:00
|
|
|
|
2023-01-06 13:04:05 -05:00
|
|
|
<!---MARKER_GEN_END-->
|