You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

zip.sh 208 B

123456789
  1. #/bin/bash
  2. # all in one;
  3. allIn1_file="./jdchain-demo_1.3.0.tar.gz"
  4. if [ -f $allIn1_file ] ; then
  5. rm -rf $allIn1_file
  6. fi
  7. docker save jdchain-demo:1.3.0 -o jdchain-demo_1.3.0.tar
  8. gzip jdchain-demo_1.3.0.tar