To export docker image ref docker save <image-name> | gzip > <image-name>.tar.gz To import docker image ref docker load < <image-file>.tar.gz