Download Kadeck Teams image to a private repository

Download Kadeck Teams image to a private repository

Warning
A valid license is necessary to use the web/server version.
if you don't have a valid license, follow the All in one box or Desktop download guides or contact us here to purchase licenses.
Alert
The teamid and secret are mandatory and acquired when purchasing a license.
Replace {latest version} with the actual latest released version.

On a server with internet connection, use the save command to export the image:
  1. docker save xeotek/kadeck:{latest version} > kadeck.tar
Optionally, the file can be compressed with tools like xz, gzip, or bzip2:
  1. xz -9 kadeck.tar
Copy the file to the offline server and uncompress it.

Load the file into docker.
  1. docker load kadeck.tar
The server can now be started:
  1. docker run -p 8080:8080 -e xeotek_kadeck_teamid="teamid" -e xeotek_kadeck_secret="secret" -xeotek_kadeck_port=8080 xeotek/kadeck:{latest version}