mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Also adjust CLI stub pages and cli.md to look in a different data folder for edge releases
12 lines
375 B
YAML
12 lines
375 B
YAML
command: docker image save
|
|
short: Save one or more images to a tar archive (streamed to STDOUT by default)
|
|
long: Save one or more images to a tar archive (streamed to STDOUT by default)
|
|
usage: docker image save [OPTIONS] IMAGE [IMAGE...]
|
|
pname: docker image
|
|
plink: docker_image.yaml
|
|
options:
|
|
- option: output
|
|
shorthand: o
|
|
description: Write to a file, instead of STDOUT
|
|
|