Without internet

It is also possible to retrieve the docker images without an internet connection. The docker containers must be loaded manually using the Docker CLI.

Given the image in a .tar or .tar.gz file, we can use the Docker CLI:

docker load < syntho-image.tar.gz
# OR
docker load --input syntho-image.tar.gz

In case of loading the Docker image files, each machine/VM instance needs to have the appropriate files loaded into the Docker environment.

Please contact the Syntho Team in case this is the preferred way of retrieving the Docker images to receive the correct files with their corresponding version.

Again, these images might differ depending on the chosen deployment method.

Last updated