docker打包容器 载入容器

打包

docker export 容器id > filename.tar

载入

docker import filename.tar repository:tag