This is Apache OFBiz pure version, based on java:8
10K+
-e DB=postgres-e DB=mysql/usr/src/ofbiz/framework/entity/config
Database configuration file, you can download from here/usr/src/ofbiz/runtime
OFBiz Log/use/src/ofbiz/framework/images/webapp/images
Image content folderdocker run --rm -e INIT_DB=1 opensourceknight/ofbiz:15.12--link, for example:
docker run -d -p 80:8080 -p 8443:8443 --link some-postgres:postgres opensourceknight/ofbiz:15.12
Key pair after --link parameter:docker run -d -e INIT_DB=2 opensourceknight/ofbiz:15.12
You can change INIT_DB from 2 value to 1 value to use seed data(1 is for seed data and 2 is for demo data)Now, you can enjoy Apache OFBiz now.
Content type
Image
Digest
Size
1.2 GB
Last updated
over 10 years ago
docker pull opensourceknight/ofbiz