search

Home  >  Q&A  >  body text

怎么用 Docker 搭建一个 CI 系统

以前用Jekins做CI的服务器,但是安装配置太麻烦了,能用Docker搭建CI的服务么,有什么开源的解决方案么?

大家讲道理大家讲道理2844 days ago904

reply all(5)I'll reply

  • 阿神

    阿神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

    reply
    0
  • 怪我咯

    怪我咯2017-04-21 10:57:44

    Same as recommended Drone

    reply
    0
  • ringa_lee

    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.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-21 10:57:44

    You can try the small and light cize https://github.com/Houfeng/cize

    reply
    0
  • 迷茫

    迷茫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.

    reply
    0
  • Cancelreply