首页 > 代码库 > docker--buildbot安装

docker--buildbot安装

curl -L https://github.com/docker/compose/releases/download/1.8.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-composewget https://raw.github.com/buildbot/buildbot/master/master/contrib/docker/docker-compose.ymlwget 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 masterbuildbot restart [ BASEDIR ]

 

docker--buildbot安装