docker-cmdbuild

This is the unofficial (updated !) repository with all the versions of CMDBuild for Docker

  • 所有者: Quentinvarquet/docker-cmdbuild
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

CMDBuild in Docker (Last version 2.5.1)

cmdbuild_logo

Last update : 29/05/2018 . Add cmdbuild 2.5.1 and update readme

  • From cmdbuild 2.4.0 I will stop adding the docker-compose file with the link option
  • From 10/2016, I will stop to add the tomcat 6 dockerfiles.
  • Please open issues on github

I recommend to use the latest version of cmdbuild with Tomcat 7

You want the last version ?

docker run --name cmdbuild -p 8080:8080 -d quentinv/cmdbuild:latest

CMDBuild

CMDBuild is a web environment in which you can configure custom solutions for IT Governance, or more generally for asset management.

Docker

Docker allows you to package an application with all of its dependencies into a standardized unit for software development.

Information

This is the unofficial (updated !) repository with all the versions of cmdbuild. You can choose wich version of tomcat you would like to use for your project.

I will update the repository every time there is a new version of cmdbuild available

Example

docker run --name cmdbuild -p 8080:8080 -d quentinv/cmdbuild:t7-2.1.4 
  • t7 : Version of tomcat
  • 2.1.4 : Version of cmdbuild

Tags

Tomcat 6 with java 8

** /!\ From cmdbuild 2.4.1, I stopped to add the Tomcat 6 dockerfiles.**

Tomcat 7 with java 8

Docker Compose

I created a docker-compose.yml for every version of cmdbuild. (tomcat + postgresql).

You can use the following : --link option (deprecated) or the network feature (since docker 1.10 and docker-compose 1.6).

Docker Compose files

** /!\ From cmdbuild 2.4.0 I stopped to add the docker-compose file with the link option**

Tomcat 6 with java 8

Tomcat 7 with java 8

Network

Tomcat 6 with java 8 (deprecated)

Tomcat 7 with java 8

Database configuration

Networks
  • Host: pgsql_container_name
  • Port: 5432
  • Username: postgres
  • Password: your_postgres_password
Links
  • Host: name_of_the_link (database in my docker-compose files)
  • Port: 5432
  • Username: postgres
  • Password: your_postgres_password

Please open issues on github

主要指標

概覽
名稱與所有者Quentinvarquet/docker-cmdbuild
主編程語言
編程語言 (語言數: 0)
平台
許可證
所有者活动
創建於2016-03-04 19:52:05
推送於2018-05-29 19:17:10
最后一次提交2018-05-29 21:16:57
發布數0
用户参与
星數19
關注者數5
派生數6
提交數56
已啟用問題?
問題數9
打開的問題數3
拉請求數0
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?