ncarlier / dockerfiles

My dockerfiles.
MIT License
52 stars 15 forks source link

For dnsmasq, use --addn-hosts= #2

Open mitar opened 8 years ago

mitar commented 8 years ago

Wouldn't it be better to use --addn-hosts= extra hosts file and generate an extra hosts file, instead of configuring address configuration file lines.

ncarlier commented 8 years ago

Yes. You're absolutely right. I will fix that. Thanks.

mitar commented 8 years ago

You can see how I made it here.

mitar commented 8 years ago

Also see: https://github.com/jwilder/docker-gen/issues/149