通过备份还原的方式盗版 --- 盗版xp光盘的建议
image.png
image.png
docker images
docker save hello-world |gzip >hello-world-lastest.tar.gz
#文件挪地方
docker load -i hello-world-lastest.tar.gz
#备份还原
参考:
[民]
https://www.howtoing.com/move-docker-images-between-hosts
https://blog.csdn.net/sunbocong/article/details/78928535
[官]
https://docs.docker.com/engine/reference/commandline/save/
https://docs.docker.com/engine/reference/commandline/load/









网友评论