Get an Axon Ivy Engine running with only one command:
docker run -p 8080:8080 axonivy/axonivy-engine
Open your browser and go to http://localhost:8080
We have many docker-samples to see how Axon Ivy Engine can be used in a docker container.
See changelog for changes related to the Docker Image.
You can build the image locally with build.sh. This script will
build the Axon Ivy Engine Docker Image with a postfix of -local
in the image name e.g. axonivy/axonivy-engine-local:dev.
The images won't be pushed to docker.io by default, only by
passing the param --push.
./build.sh dev
./build.sh 10.0
./build.sh 10.0.1