Store Load Docker Images
Saving a docker image into tar/gzip file
docker save --output sg-blog-api-service.tar sg-blog-api-service:latest
Load a docker image tar file into local docker
docker load -i sg-blog-api-service.tar.gz