git clone https://github.com/bpmnServer/docker.git
cd docker
| Action | Command |
|---|---|
| Start | >docker compose up -d |
| Stop | >docker compose down |
| View Logs | >docker compose logs -f |
| Interactive Session | |
| in Windows | >it.cmd |
| in Linux | >sh it.sh |
-
To customize container edit included
docker-compose.yml -
To customise image edit
image/dockerFile