jclaveau / docker-standalone-webdev-ci-stack

Made to be able to reinstall my OS, install Docker and start webdeveloping instantly
MIT License
1 stars 0 forks source link

Customize dnsmasq configuration from projects containers #3

Open jclaveau opened 5 years ago

jclaveau commented 5 years ago

https://github.com/imp/dnsmasq/blob/master/dnsmasq.conf.example

or if you want it to read another file, as well as /etc/hosts, use this. addn-hosts=/etc/banner_add_hosts

Generate a conf file descriptor from a FIFO?

https://unix.stackexchange.com/questions/63923/pseudo-files-for-temporary-data https://en.wikipedia.org/wiki/Process_substitution

Add hosts provided by Traefik? http://traefik.localhost/api/http/routers

From docker-compose? https://whi.tw/ell/posts/docker-compose-traefik-dnsmasq/