mirror of https://github.com/docker/cli.git
20 lines
306 B
Markdown
20 lines
306 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
|
|
```
|