Download Kadeck Teams image to a private repository

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.

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:
- docker save xeotek/kadeck:{latest version} > kadeck.tar
Optionally, the file can be compressed with tools like xz, gzip, or bzip2:
Copy the file to the offline server and uncompress it.
The server can now be started:
- docker run -p 8080:8080 -e xeotek_kadeck_teamid="teamid" -e xeotek_kadeck_secret="secret" -xeotek_kadeck_port=8080 xeotek/kadeck:{latest version}
- Related Articles
- Download Kadeck docker image for offline use- Offline docker setup These are the steps to transfer the Kadeck Teams docker image to a server that runs docker without internet access: On a device with internet access: use docker save xeotek/kadeck:VERSION > kadeck.tar to save the file ... 
- Try out Kadeck Teams on a local machine- Replace {latest version} with the actual latest released version. Getthe Kadeck Teams docker image via docker from our official repository, using: docker pull xeotek/kadeck:{latest version} Free version Use the following command to run Kadeck Teams ... 
- Managing Licenses in Kadeck Teams Enterprise- Introduction In this guide, we'll walk you through the process of assigning licenses to your team members and help you understand how to maintain control over deployment. Confidentiality of Teamid and Secret Upon purchasing Kadeck Teams Enterprise, ... 
- Download and Startup- Download the version of Kadeck Desktop from here. There are 3 supported operating systems. Windows After downloading the file win.zip, extract its contents and click on the Kadeck executable. MacOS After downloading the file mac.zip, extract its ... 
- Alert notifications- We are excited to introduce Kadeck's new Alerting Module, which makes monitoring and troubleshooting Apache Kafka infrastructure easier than ever and raises the bar in the industry. The new alerting module includes two new settings pages: Alerts ...