6 Star 30 Fork 7

HXSecurity / DongTai

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_with_docker_compose.sh 195 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
set -x
build_dongtai_iast(){
echo -e "Start to install DongTai IAST service"
chmod u+x deploy/docker-compose/dtctl
cd deploy/docker-compose/
./dtctl install
}
build_dongtai_iast
Shell
1
https://gitee.com/HXSecurity/DongTai.git
git@gitee.com:HXSecurity/DongTai.git
HXSecurity
DongTai
DongTai
develop

搜索帮助