2018-11-09 15:10:41 +01:00
|
|
|
---
|
|
|
|
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
|
2020-05-07 13:53:25 +02:00
|
|
|
```
|