Skip to content

A dockerfile that produces a docker image that runs iDempiere-KSYS in Apache Karaf.

Notifications You must be signed in to change notification settings

djoudi/ksys-docker-idempiere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ksys-docker-idempiere

Base docker image to run iDempiere-KSYS inside Apache Karaf

Usage

To create the image longnan/ksys-docker-idempiere, execute the following command on the ksys-docker-idempiere folder:

docker build --rm --force-rm -t longnan/ksys-docker-idempiere:2.0.20140608 .

To run the image:

docker run -d -t --link ksys-postgresql:idempiere-db --name="ksys-idempiere" -p 8181:8181 -p 8101:8101 longnan/ksys-docker-idempiere:2.0.20140608

To start the container:

docker start ksys-idempiere

About

A dockerfile that produces a docker image that runs iDempiere-KSYS in Apache Karaf.

Resources

Stars

Watchers

Forks

Packages

No packages published