Cloudkul Support

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

 

Is this article is helpful?

People like and 1 people dislike.

If result is not found or irrelevant, Please contact us.

Submit your request

Start a Project






    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home