mirror of https://github.com/docker/docs.git
27 lines
679 B
YAML
27 lines
679 B
YAML
command: docker context import
|
|
short: Import a context from a tar or zip file
|
|
long: |-
|
|
Imports a context previously exported with `docker context export`. To import
|
|
from stdin, use a hyphen (`-`) as filename.
|
|
usage: docker context import CONTEXT FILE|-
|
|
pname: docker context
|
|
plink: docker_context.yaml
|
|
inherited_options:
|
|
- option: help
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Print usage
|
|
deprecated: false
|
|
hidden: true
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
|