Download Kadeck Teams image to a private repository

Download Kadeck Teams image to a private repository

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/kadeckweb:{latest version} > kadeckweb.tar
Optionally, the file can be compressed with tools like xz, gzip, or bzip2:
  1. xz -9 kadeckweb.tar
Copy the file to the offline server and uncompress it.

Load the file into docker.
  1. docker load kadeckweb.tar
The server can now be started:
  1. docker run -p 80:80 -e xeotek_kadeck_teamid="my team id" \
  2. -e xeotek_kadeck_secret="my team secret" xeotek/kadeckweb:{latest version}
If the server is on Apple Silicon, use the following command, which defines the platform:
  1. docker run --platform linux/amd64 -p 80:80 -e xeotek_kadeck_teamid="my team id" \
  2. -e xeotek_kadeck_secret="my team secret" xeotek/kadeckweb:{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 ...