86610/how-to-save-a-docker-image-in-tar-file
Hi Guys,
I have created a Docker image in the Docker host. Now I want to share this image with another host. How can save this image in a tar file?
Hi@akhtar,
Sometimes we may require to copy an image from one machine to another machine. That time we can save an image to a tar file and load the image in another system.
$ docker save -o <path for generated tar file> <image name>
The mapped ports can be accessed via ...READ MORE
You can use docker load command inorder to get ...READ MORE
Apparently, the problem would be in your ...READ MORE
You can even install it using a ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
Hi, If you want to clone your repo ...READ MORE
Hi@akhtar, To install packages in a docker container, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.