Replace {latest version} with the actual latest released version.
- docker pull xeotek/kadeck:{latest version}
Free version
Use the following command to run Kadeck Teams Free:
- docker run -p 8080:8080 -e xeotek_kadeck_free="<your_email_address>" -e xeotek_kadeck_port=8080 -v kadeck_data:/home/.kadeck/ xeotek/kadeck:{latest version}
The volume flag (-v kadeck_data:/home/.kadeck/) is optional but recommended. It creates a persistent storage space that preserves your H2 database data between container restarts, preventing any data loss when the container is stopped or restarted.
Kadeck Teams Enterprise
The cluster can be started with the command below (the image doesn't need to be download first):
- docker run -p 8080:8080 -e xeotek_kadeck_teamid="teamid" xeotek_kadeck_secret="secret" -e xeotek_kadeck_port=8080 xeotek/kadeck:{latest version}