60 Star 313 Fork 103

毕升Office / 毕升Office一键部署

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
exportImage.sh 901 Bytes
一键复制 编辑 原始数据 按行查看 历史
lencil 提交于 2019-10-17 11:37 . add exportImage.sh
#!/usr/bin/env bash
docker save registry.cn-zhangjiakou.aliyuncs.com/bisheng/drive_full:$1 > $2/drive_full.tar
docker save registry.cn-zhangjiakou.aliyuncs.com/bisheng/editor_app:$1 > $2/editor_app.tar
docker save registry.cn-zhangjiakou.aliyuncs.com/bisheng/editor:$1 > $2/editor.tar
docker save registry.cn-zhangjiakou.aliyuncs.com/bisheng/convert:$1 > $2/convert.tar
docker save registry.cn-zhangjiakou.aliyuncs.com/bisheng/tools:$1 > $2/tools.tar
docker save registry.cn-zhangjiakou.aliyuncs.com/bisheng/dgraph:v1.0.5 > $2/graph_v1.0.5.tar
docker save registry.cn-zhangjiakou.aliyuncs.com/bisheng/mongo:3.6 > $2/mongo_3.6.tar
docker save registry.cn-zhangjiakou.aliyuncs.com/bisheng/redis:4.0 > $2/redis_4.0.tar
docker save registry.cn-zhangjiakou.aliyuncs.com/bisheng/rabbitmq:3.6 > $2/rabbitmq_3.6.tar
docker save registry.cn-zhangjiakou.aliyuncs.com/bisheng/minio:latest > $2/minio_latest.tar
Shell
1
https://gitee.com/ibisheng/deploy.git
git@gitee.com:ibisheng/deploy.git
ibisheng
deploy
毕升Office一键部署
v3

搜索帮助