github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/cli/docs/reference/commandline/context_import.md (about) 1 --- 2 title: "context import" 3 description: "The context import command description and usage" 4 keywords: "context, import" 5 --- 6 7 # context import 8 9 ```markdown 10 Usage: docker context import [OPTIONS] CONTEXT FILE|- 11 12 Import a context from a tar file 13 ``` 14 15 ## Description 16 17 Imports a context previously exported with `docker context export`. To import 18 from stdin, use a hyphen (`-`) as filename.