You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/templates/docker-registry/registry/init

7 lines
144 B
Bash

#!/bin/sh
set -x
cp /secrets/portus.crt /usr/local/share/ca-certificates
update-ca-certificates
registry serve /etc/docker/registry/config.yml