Docker image save as binary/tar and load

preview_player
Показать описание
Creating an image
Save that image as a binary
Load that images from binary.
Рекомендации по теме
Комментарии
Автор

there is scenario because of security purpeses they dont whant me to open pipline to internet.

mariuszpodgorski
Автор

docker save demo > demo.tar

docker load < demo.tar

Whole video in two lines

chaitanyamc