Docker 导入导出容器

1、导出

docker export 容器名> 容器名.tar

2、导入

docker import - 容器名 < 容器名.tar

猜你喜欢

转载自blog.csdn.net/usdnfo/article/details/112182370