mirror of https://github.com/docker/cli.git
19 lines
439 B
Markdown
19 lines
439 B
Markdown
|
# docker save
|
||
|
|
||
|
<!---MARKER_GEN_START-->
|
||
|
Save one or more images to a tar archive (streamed to STDOUT by default)
|
||
|
|
||
|
### Aliases
|
||
|
|
||
|
`docker image save`, `docker save`
|
||
|
|
||
|
### Options
|
||
|
|
||
|
| Name | Type | Default | Description |
|
||
|
|:-----------------|:---------|:--------|:-----------------------------------|
|
||
|
| `-o`, `--output` | `string` | | Write to a file, instead of STDOUT |
|
||
|
|
||
|
|
||
|
<!---MARKER_GEN_END-->
|
||
|
|