Operations grimoire/Docker registry
From Nasqueron Agora
The private Docker registry is currently deployed on Equatower.
The IPs allowed to connect to are configured at nginx level.
FAQ
Allow or restrict an IP
1. Edit Template:ROPS to adjust the list of IPs under allowed_ips
key.
2. Update nginx configuration with salt equatower state.sls_id /etc/nginx/vhosts/registry/registry.conf roles/paas-docker/nginx/config
3. Reload nginx on Equatower sudo nginx -t && sudo nginx -s reload