docker-cmdbuild

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

  • Owner: Quentinvarquet/docker-cmdbuild
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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
  • Host: name_of_the_link (database in my docker-compose files)
  • Port: 5432
  • Username: postgres
  • Password: your_postgres_password

Please open issues on github

Main metrics

Overview
Name With OwnerQuentinvarquet/docker-cmdbuild
Primary Language
Program language (Language Count: 0)
Platform
License:
所有者活动
Created At2016-03-04 19:52:05
Pushed At2018-05-29 19:17:10
Last Commit At2018-05-29 21:16:57
Release Count0
用户参与
Stargazers Count19
Watchers Count5
Fork Count6
Commits Count56
Has Issues Enabled
Issues Count9
Issue Open Count3
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private