标签:style 一个 exp imp tar.gz docke bsp 导出 系统
Docker 容器 导入导出
导入:import
导出:export
打tar包导出容器 nginx1 的文件系统;
# docker export nginx1 > nginx1.tar.gz
把打包的容器导入为一个镜像。tag 标记。 名称 为 nginx1.1
# cat nginx1.tar.gz | docker import - nginx1.1:nginx1_tag
标签:style 一个 exp imp tar.gz docke bsp 导出 系统
原文地址:https://www.cnblogs.com/sharesdk/p/10104194.html