Details
-
Improvement
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
Trunk, Upcoming Branch
-
None
-
None
Description
Attached an initial docker version from OFBiz copied from our GrowERP production system translated to svn repositories.
I propose to create a docker directory in the ofbiz framework root of which a patch is attached.
The image result is stored in hub.docker.com under the name ofbiz/full-trunk.
It can be started in a docker environment with the following command:
docker run -p 80:8080 -p 443:8443 ofbiz/full-trunk
and after about 30 seconds it can be show in the browser under:
https://0.0.0.0/catalog/control/main
the image can be created by executing this command in the ofbiz root when the patch is applied:
docker build -t ofbiz/full-trunk docker
the password to the ofbiz account at hub.docker.com will be supplied upon request.
see the discussion in the mailinglist at https://markmail.org/message/n7wcgroslj7v3gfe?q=docker+ofbiz
Attachments
Attachments
Issue Links
- is related to
-
OFBIZ-12401 Improved OFBiz configuration management for containers
- Open
-
OFBIZ-6164 Improve configurability of OFBiz
- Closed
- links to