Docker should be already installed on the server.
# Pull runtime images
docker image pull alpine:latest
docker image pull cgr.dev/chainguard/git:latest
docker image pull mcr.microsoft.com/devcontainers/base:ubuntu
# Create network
docker network create codeharbor
# Build devcontainer cli image
docker buildx build -t devcontainer-cli ./devcontainer-cliCopy compose.template.yaml to compose.yaml and edit as needed.