当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 13

tangula/黑科技-通话记录获取
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.sh 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
Groot 提交于 2018-02-05 16:51 . test pass
#! /bin/bash
tag=wds/contact:0.0.1
build(){
docker build -t ${tag} .
}
start(){
if [ $1x==""x ]; then
echo "POST_URL is option"
fi
if [ `docker ps -aqf name=contact`x!=''x ]; then
docker rm -f contact
fi
id=`docker run --net=host -d --name=contact ${tag}`
docker logs -f ${id}
}
push(){
docker push ${tag}
}
case $1 in
build)
build
;;
start)
start $2
;;
push)
push
;;
esac
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/tangulak/contact.git
git@gitee.com:tangulak/contact.git
tangulak
contact
黑科技-通话记录获取
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385