The backup command is as follows:
docker save -o mycentos.tar mycentos_new:1.1
After execution, run the ls command to see the packaged tar package. Because it is 463M, it will take a while to package.
As shown:
Recommended tutorial: docker tutorial
The above is the detailed content of How to back up docker image. For more information, please follow other related articles on the PHP Chinese website!