mirror of https://github.com/docker/docs.git
Merge pull request #1243 from thaJeztah/19.03_update_cli_reference
Sync docker cli yamldocs
This commit is contained in:
commit
d3a3096d6e
|
@ -1,5 +1,5 @@
|
||||||
command: docker context import
|
command: docker context import
|
||||||
short: Import a context from a tar file
|
short: Import a context from a tar or zip file
|
||||||
long: Imports a context previously exported with `docker context export`. To import
|
long: Imports a context previously exported with `docker context export`. To import
|
||||||
from stdin, use a hyphen (`-`) as filename.
|
from stdin, use a hyphen (`-`) as filename.
|
||||||
usage: docker context import CONTEXT FILE|-
|
usage: docker context import CONTEXT FILE|-
|
||||||
|
|
Loading…
Reference in New Issue