码迷,mamicode.com
首页 > 数据库 > 详细

docker--buildbot安装

时间:2016-09-06 19:59:28      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:

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安装

标签:

原文地址:http://www.cnblogs.com/zzuse/p/5846795.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!