# 备份镜像 docker save -o images.tar.gz image1 image2 image3 # 恢复镜像 cat image.tar.gz | gzip -d | docker load