docker 容器的导出导入

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/xiewenbo/article/details/82459819

导出:docker export container_id > output_file.tar

导入:cat output_file.tar | docker import - imagename

猜你喜欢

转载自blog.csdn.net/xiewenbo/article/details/82459819