toomuat / docker-bind

Build BIND 9 from source and install + run in Docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIND 9 DNS server in Docker container

git clone https://github.com/toomuat/docker-bind
cd docker-bind
docker build -t test_bind .
docker run \
    --rm \
    -p 53:53/udp \
    --name test_bind_container \
    test_bind
$ dig @localhost localhost

About

Build BIND 9 from source and install + run in Docker container

License:MIT License


Languages

Language:Dockerfile 100.0%