当前位置:Gxlcms > 数据库问题 > docker--buildbot安装

docker--buildbot安装

时间:2021-07-01 10:21:17 帮助过:4人阅读

curl -L https://github.com/docker/compose/releases/download/1.8.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
wget https://raw.github.com/buildbot/buildbot/master/master/contrib/docker/docker-compose.yml
wget https://raw.github.com/buildbot/buildbot/master/master/contrib/docker/db.env

# Build the Buildbot container (it will take a few minutes to download packages)
docker-compose up

 

in buildbot/buildbot-master:master 

buildbot reconfig master
buildbot restart [ BASEDIR ]

 

docker--buildbot安装

标签:

人气教程排行