Using internet

When connected to the internet, the docker images can be accessed using our private container registry. This registry will have the latest versions and previous versions available. Access to this registry is possible using a token provided by Syntho.

An example of using the Docker CLI with the provided token:

TOKEN_NAME=SynthoToken
TOKEN_PWD=<provided-token>

echo $TOKEN_PWD | docker login --username $TOKEN_NAME --password-stdin synthoregistry.azurecr.io

Depending on which deployment form is chosen, different images need to be installed. Each deployment will outline the exact images necessary and can be pulled from the instance or cluster once the Docker credentials have been provided in the appropriate matter.

Last updated