Docker – Saving and Loading Image

Quick post to show you how to save and load image using save/load command

Docker image save <IMAGE> > <FILE>.tar

Docker image save <IMAGE> -o <FILE>.tar

Docker image save <IMAGE> -output <FILE>.tar

to Load these Image again

Docker image load < <FILE>.tar

Docker image load -I <FILE>.tar

Docker image load –input <FILE>.tar

Enjoy Automation

Osama

2 thoughts on “Docker – Saving and Loading Image

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.