Step 2
Log into the private registry and pull LATCH.
Private registry login
Use the credentials from the fulfillment email
printf '%s' '<acr password>' | docker login codynamicslatch.azurecr.io \
-u '<acr username>' \
--password-stdin
docker pull codynamicslatch.azurecr.io/latch/self-hosted:stable
The first image pull is large. Plan for a long initial download, especially on a fresh host.
Step 3
Create the runtime directory.
Persistent host path
Recommended layout
sudo mkdir -p /srv/latch/runtime
The current customer path uses the CoDynamics runtime token directly through
LATCH_LICENSE_TOKEN. You do not need to create a separate token file on disk unless you are intentionally managing secrets that way.