mirror of https://github.com/docker/docs.git
12 lines
312 B
YAML
12 lines
312 B
YAML
command: docker save
|
|
short: Save one or more images to a tar archive (streamed to STDOUT by default)
|
|
long: |
|
|
Alias for `docker image save`.
|
|
usage: docker save [OPTIONS] IMAGE [IMAGE...]
|
|
pname: docker
|
|
plink: docker.yaml
|
|
options:
|
|
- option: output
|
|
shorthand: o
|
|
description: Write to a file, instead of STDOUT
|