Docker

We provide the Axon.ivy Engine as docker image on Docker Hub. A container of this image can be easily started with the following command:

docker run -p 8080:8080 axonivy/axonivy-engine

After startup, the engine is available at http://localhost:8080. On GitHub you can find many examples for using our docker image.

Have a look at our Dockerfile to see how we build the docker image for the Axon.ivy Engine if you want to build your own docker image for example with another base image.