DockerCLI/docs/reference/commandline/context.md

1.0 KiB

title description keywords
context The context command description and usage context

config

Manage contexts

Usage:
docker context [command]

Available Commands:
create      Create new context
export      Export a context to a tar or kubeconfig file
import      Import a context from a tar or zip file
inspect     Display detailed information on one or more contexts
list        List available contexts
rm          Remove one or more contexts
show        Print the current context
update      Update a context
use         Set the default context

Flags:
-h, --help   Help for context

Use "docker context [command] --help" for more information about a command.

Description

Manage contexts.