Sameer Naik
Sameer Naik
I'm trying to mount /data on an NFS mount. The idea is that I can boot up the image from any of my hosts in case one goes down. However,...
Note: this may not be necessary as I'm tracking an issue with either BIND or Docker, but it's part of the configuration for BIND. The file suggested is `/etc/default/bind9`
docker run -d --name=bind --dns=127.0.0.1 --publish=172.17.42.1:53:53/udp --publish=172.17.42.1:10000:10000 --volume=/srv/docker/bind:/data --env='ROOT_PASSWORD=SecretPassword' sameersbn/bind:latest WARNING: Localhost DNS setting (--dns=127.0.0.1) may fail in containers. Unable to find image 'sameersbn/bind:latest' locally latest: Pulling from sameersbn/bind Digest:...
As of BIND 9.4.1-P1, new options have become available (and are required) to allow recursive DNS entries as explained by [this ISC article](https://kb.isc.org/article/AA-00269/0/What-has-changed-in-the-behavior-of-allow-recursion-and-allow-query-cache.html). Therefore, after this container is started, it...
DHCP
Possible to add optional DHCP as well? That way the dhcp can sync with BIND Thanks,
When I run webmin, it looks like it is using an SSL cert generated on the fly. Is there any way a param can be passed to docker to use...
hello, i get this issue when i try to build (sudo docker build -t sameersbn/bind github.com/sameersbn/docker-bind) i already install apt-transport-https (sudo apt-get install apt-transport-https) i just installed docker here is...
Webmin just hangs on connecting: ``` vrogojin@wormhole:~$ wget localhost:10000 converted 'http://localhost:10000' (ANSI_X3.4-1968) -> 'http://localhost:10000' (UTF-8) --2017-01-07 15:59:56-- http://localhost:10000/ Resolving localhost (localhost)... ::1, 127.0.0.1 Connecting to localhost (localhost)|::1|:10000... connected. HTTP request...
I have a problem, after making modifications to my dns server, I need to copy the configs to another server and start the container with the same data I had...
the --env='ROOT_PASSWORD=????' is ignored and webmin uses default username/password