Run Operaton using Docker
Community Edition​
The Community Edition docker images can be found on GitHub and Docker Hub.
Start Operaton Run using Docker​
To start Operaton Run execute the following commands:
docker pull operaton/operaton-bpm-platform:run-latest
docker run -d --name Operaton-p 8080:8080 operaton/operaton-bpm-platform:run-latest
Start Operaton(Tomcat) using Docker​
To start Operaton, execute the following commands:
docker pull operaton/operaton-bpm-platform:latest
docker run -d --name Operaton-p 8080:8080 operaton/operaton-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.