構建在Docker之上的持續集成平臺:Drone

jopen 10年前發布 | 19K 次閱讀 Drone 項目構建

Drone是一個采用Go開發,構建在Docker之上的持續集成平臺。

系統要求

  • Docker
  • AUFS
  • </ul>

    我們極力推薦運行Docker+AUFS存儲驅動器。你可以通過以下命令使用來AUFS存儲驅動器來驗證Docker: sudo docker info | grep Driver:

    數據庫

    缺省情況下,Drone會創建一個SQLite數據庫。Drone還支持 Postgres 和 MySQL 數據庫。 You can customize the database settings using the configuration options described in the Setup section.

    Below are some example configurations that you can use as reference:

    # to use postgres
    [database]
    driver="postgres"
    datasource="host=127.0.0.1 user=postgres dbname=drone sslmode=disable"
    
    # to use mysql
    [database]
    driver="mysql"
    datasource="root@tcp(127.0.0.1:3306)/drone"

項目主頁:http://www.baiduhome.net/lib/view/home/1417163843424

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!