docker image save
docker image save
Description
Save one or more images to a tar archive (streamed to STDOUT by default)
Usage
docker image save [OPTIONS] IMAGE [IMAGE...]
Options
Name, shorthand | Default | Description |
---|---|---|
--output, -o | Write to a file, instead of STDOUT |
Parent command
Command | Description |
---|---|
docker image | Manage images |
Examples
Save all fedora repository images to a fedora-all.tar and save the latest fedora image to a fedora-latest.tar:
<