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