以前用Jekins做CI的服务器,但是安装配置太麻烦了,能用Docker搭建CI的服务么,有什么开源的解决方案么?
阿神2017-04-21 10:57:44
Drone is an open source CI system that can be built using it. For the construction plan, please see the article: Use Drone and Docker to build a full-featured CI server in 10 minutes
ringa_lee2017-04-21 10:57:44
There are examples in "The First Docker Book" on how to use Docker to run Jenkins, which uses the technology of Docker in Docker, and I have tested it to be effective.
迷茫2017-04-21 10:57:44
flow.ci already supports the official Docker image, and the configuration is simple >> https://flow.ci; will also support custom docker images! You can install any components, dependency packages, etc. required for runtime in a custom docker image, making it more flexible and convenient.