2018-11-09 15:10:41 +01:00
|
|
|
---
|
|
|
|
title: "context import"
|
|
|
|
description: "The context import command description and usage"
|
|
|
|
keywords: "context, import"
|
|
|
|
---
|
|
|
|
|
|
|
|
# context import
|
|
|
|
|
|
|
|
```markdown
|
|
|
|
Usage: docker context import [OPTIONS] CONTEXT FILE|-
|
|
|
|
|
|
|
|
Import a context from a tar file
|
2019-01-16 09:36:09 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2020-05-07 13:53:25 +02:00
|
|
|
Imports a context previously exported with `docker context export`. To import
|
|
|
|
from stdin, use a hyphen (`-`) as filename.
|