Download Kadeck docker image for offline use
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 (
https://docs.docker.com/engine/reference/commandline/save/)
. Replace VERSION with the latest version of Kadeck Teams.
(Optional) Compress the file using
xz -9 kadeck.tar
Load the docker file into the target Docker repository (the one without internet access) using
docker load kadeck.tar
(
https://docs.docker.com/engine/reference/commandline/load/)
Start Kadeck Teams with the docker command as usual.