mirror of https://github.com/docker/cli.git
19 lines
305 B
Markdown
19 lines
305 B
Markdown
|
---
|
||
|
title: "context rm"
|
||
|
description: "The context rm command description and usage"
|
||
|
keywords: "context, rm"
|
||
|
---
|
||
|
|
||
|
# context rm
|
||
|
|
||
|
```markdown
|
||
|
Usage: docker context rm CONTEXT [CONTEXT...]
|
||
|
|
||
|
Remove one or more contexts
|
||
|
|
||
|
Aliases:
|
||
|
rm, remove
|
||
|
|
||
|
Options:
|
||
|
-f, --force Force the removal of a context in use
|
||
|
```
|