Commit 3f8dd854 by tingweiwang

镜像压缩

1 parent 82a5f09e
Showing with 1 additions and 1 deletions
......@@ -31,7 +31,7 @@ echo "开始导出$img镜像"
docker save $base_url/$img -o $image_path/$img.tar.gz
done
echo "开始压缩镜像目录.请耐心等待"
tar -cvzf operater-images.tar.gz $image_path
tar -cvzf $image_path/operater-images.tar.gz $image_path
}
#####################################################
tag_push() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!