How to save and move a docker image ?
Docker images can be transported from one host to another host. For this, first we have to save docker image:
docker save -o /path/to/save/image.tar image_name:tag
Then move image via ssh or sftp.
Then in order to load the image, run:
docker load -i /path/to/image.tar
If result is not found or irrelevant, Please contact us.
Submit your request