docker镜像与容器的导出导入
摘要:
导入导出涉及的命令有save、load、export、import # 1) docker save 导出镜像到文件 docker save -o nginx.tar nginx:latest # 2) docker load 导入镜像文件及相关元数据 docker load -i nginx.ta 阅读全文
posted @ 2020-11-04 10:11 Karlkiller 阅读(229) 评论(0) 推荐(0) 编辑