Answers for "how to save and load the docker images"

0

how to save and load the docker images

docker save -o <path for generated tar file> <image name>
docker load -i <path to image tar file>
Posted by: Guest on May-10-2021

Code answers related to "how to save and load the docker images"

Browse Popular Code Answers by Language