mirror of https://github.com/docker/cli.git
22 lines
497 B
Markdown
22 lines
497 B
Markdown
|
# container export
|
||
|
|
||
|
<!---MARKER_GEN_START-->
|
||
|
Export a container's filesystem as a tar archive
|
||
|
|
||
|
### Aliases
|
||
|
|
||
|
`docker container export`, `docker export`
|
||
|
|
||
|
### Options
|
||
|
|
||
|
| Name | Type | Default | Description |
|
||
|
|:-----------------|:---------|:--------|:-----------------------------------|
|
||
|
| `-o`, `--output` | `string` | | Write to a file, instead of STDOUT |
|
||
|
|
||
|
|
||
|
<!---MARKER_GEN_END-->
|
||
|
|
||
|
## Description
|
||
|
|
||
|
See [docker export](export.md) for more information.
|