Run Fluxnova using Docker
Community Edition
The Community Edition docker images can be found on GitHub and Docker Hub.
Start Fluxnova Run using Docker
To start Fluxnova Run execute the following commands:
docker pull fluxnova/fluxnova-bpm-platform:run-latest
docker run -d --name fluxnova -p 8080:8080 fluxnova/fluxnova-bpm-platform:run-latest
Start Fluxnova (Tomcat) using Docker
To start Fluxnova, execute the following commands:
docker pull fluxnova/fluxnova-bpm-platform:latest
docker run -d --name fluxnova -p 8080:8080 fluxnova/fluxnova-bpm-platform:latest
Please note that by default the Apache Tomcat distribution is used. For a guide on how to use one of the other distributions, see the tag schema.