Lightweight DNS written in Python. No fancy UI. No extensive analysis. Just a bare metal DNS server
1.5K
Lightweight DNS written in Python. No fancy UI. No extensive analysis. Just a bare metal DNS server
Run the following command to create a docker container for this image, replacing <name> with the name you want to give the container, and <conf-mountpoint> with a local directory where to mount /etc/bmdns from the container (this allows to edit the configuration file).
docker run --name <name> -p 53:53 --mount type=bind,src=<conf-mountpoint>,dst=/etc/bmdns ryzeondev/bmdns:latest
Optionally, you can add --mount type=bind,src=<log-mountpoint>,dst=/var/log/bmdns argument, replacing <log-mountpoint>
with a local directory where to mount /var/log/bmdns from the container; this allows to inspect log file(s)
Content type
Image
Digest
sha256:2f5f14c1f…
Size
45.8 MB
Last updated
8 months ago
docker pull ryzeondev/bmdns