Skip to content

axonivy/docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LTS Latest Sprint Nightly Dev

Axon Ivy Engine Docker Image

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.

Changelog

See changelog for changes related to the Docker Image.

Development

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