## Self-signed registry ### Setup On the machine hosting the registry, edit `docker-compose.yml` with the name of the machine and then run : ```sh cd self-signed ./generate-certs.sh docker-compose up -d ```