github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/cli/docs/reference/commandline/context_rm.md (about)

     1  ---
     2  title: "context rm"
     3  description: "The context rm command description and usage"
     4  keywords: "context, rm"
     5  ---
     6  
     7  # context rm
     8  
     9  ```markdown
    10  Usage:  docker context rm CONTEXT [CONTEXT...]
    11  
    12  Remove one or more contexts
    13  
    14  Aliases:
    15    rm, remove
    16  
    17  Options:
    18    -f, --force   Force the removal of a context in use
    19  ```