Laurent De Coninck 0f45ed0a8c fix docker image creation + xdebug %!s(int64=6) %!d(string=hai) anos
..
.dockerignore d09ca6f3da Move all docker files into build/docker %!s(int64=8) %!d(string=hai) anos
Dockerfile 0f45ed0a8c fix docker image creation + xdebug %!s(int64=6) %!d(string=hai) anos
README.md 700da4308e update README for docker %!s(int64=7) %!d(string=hai) anos
docker-compose.yml d09ca6f3da Move all docker files into build/docker %!s(int64=8) %!d(string=hai) anos
docker-run.sh d09ca6f3da Move all docker files into build/docker %!s(int64=8) %!d(string=hai) anos

README.md

How to use it ?

The docker-compose.yml file is used to build and run Dolibarr in the current workspace.

Before build/run, define the variable HOST_USER_ID as following:

    export HOST_USER_ID=$(id -u)

Go in repository build/docker :

    cd build/docker

And then, you can run :

    docker-compose up

This will run 3 container Docker : Dolibarr, MariaDB and PhpMyAdmin.

The URL to go to the Dolibarr is :

    http://0.0.0.0

The URL to go to PhpMyAdmin is (login/password is root/root) :

    http://0.0.0.0:8080