forewordHow to archive the docker image into a tar file and load back the docker image.We can use docker save and docker load. Proceed as follows:1. For example, I have the following images. |
2. I want to save the deviny/fpm:7.1.9 image, so I can
docker save
Execute the following command:
|
3. If you want to restore, you can use
docker load
instruction:
|
when we execute
docker images
Check it out, and you can see that the image is back.
|
No Comment
Post your comment