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
Leave a comment