docker 导入导出

docker export 容器id > 包名.tar
docker import - 镜像名称 < 包名.tar

docker save nginx:latest > nginx.tar