Various useful stuff in containers with docker-compose. Contents:
- Crontab in an environment variable: a way to use
cron
in a container and not hate yourself. - Auth proxy for Docker registry: use private registry without
docker login
. - NGINX Print All Request Headers: set up a proxy to a real service and see what headers are coming through proxy.
- NGINX Configuration Helper: experiment with NGINX configuration.
More to come later.