Docker Image Save (docker save) - docker short tutorial

Опубликовано: 25 Октябрь 2024
на канале: Francesco Ciulla
3,396
44

Find Francesco ➡️ http://francescociulla.com

The docker image save command is used to
Save one or more images to standard output, or to a tar archive.

To save the images to a tar archive, you can use the -o option

You can save multiple images to the same tar archive, separating each image with space

The images can be extracted with the docker image load command