mirror of
https://github.com/docker/cli.git
synced 2025-08-29 00:47:54 +03:00
these markdown files are not consumed directly in the docs, but only their content is included through the YAML does, so there's no need to have these comments in them Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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
|
|
``` |