23. Docker: Save and Load an Image

Published: 15 July 2022
on channel: iMustLearn
41
0

docker pull nginx
docker image save nginx # nginxbackup.tar
gzip nginxbackup.tar

docker image rm nginx
docker image ls

docker image load [nginxbackup.tar.gz]
docker image ls


Watch video 23. Docker: Save and Load an Image online without registration, duration hours minute second in high quality. This video was added by user iMustLearn 15 July 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 41 once and liked it 0 people.