1.docker commit -p 需要备份容器名称(example) 备份后的镜像名称(aaa)
2.docker save -o 需要备份的tag包目录(example.tar) 备份后的镜像名称(aaa)
3.docker load -i 需要备份的tag包目录(example.tar)