2
¿Cómo configurar un servidor DNS personalizado con Docker?
Necesito agregar algunas líneas /etc/hostspara que mi aplicación web funcione dentro de un contenedor Docker. Docker's /etc/hostses de solo lectura. Estoy tratando de usar dnsmasq: DE ubuntu: 14.04 # ... EJECUTAR apt-get install -y -q dnsmasq EJECUTAR echo 'listen-address = 127.0.0.1' >> /etc/dnsmasq.conf EJECUTAR echo 'resolv-file = / etc / …