Du lette etter:

docker bind9

GitHub - digitalLumberjack/docker-bind9
https://github.com/digitalLumberjack/docker-bind9
10.10.2012 · "BIND9_STATIC_ENTRIES": multiline static entries for your zone. The port 53 must be exposed in tcp and udp to answer DNS requests. The server will accept any query, but no cache request or recursion (the variable are set to listen 127.0.0.1 only by default)
Docker Hub
https://hub.docker.com/r/internetsystemsconsortium/bind9#!
Docker Hub. Official ISC BIND 9 Docker repository, based on Ubuntu 20.04 LTS image. This free Docker is maintained on a best-effort basis. You need to properly mount the following volumes: /etc/bind - for configuration, your named.conf lives here.
GitHub - petercb/docker-bind9: BIND 9 running on Alpine linux
https://github.com/petercb/docker-bind
BIND 9 running on Alpine linux. Contribute to petercb/docker-bind9 development by creating an account on GitHub.
ubuntu/bind9 - Docker Image
https://hub.docker.com › ubuntu
BIND 9 provides software for Domain Name System (DNS) management including both defining domain names authoritatively for a given DNS zone, and recursively ...
Use bind mounts | Docker Documentation
https://docs.docker.com › storage
Bind mounts have been around since the early days of Docker. Bind mounts have limited functionality compared to volumes. When you use a bind mount, ...
ventz/bind - Docker Image
https://hub.docker.com › ventz › b...
ventz/bind. By ventz • Updated 7 months · ISC BIND9 Container (Stable: 9.16.15_xx) built on · Last update: 5-20-21 · Latest Stable Docker Tag: 9.16.15-r0.
bind9 on container refuses queries from docker translated port
https://serverfault.com/questions/1028499
01.08.2020 · I am running bind9 DNS service from an Ubuntu container. UDP port 53 is published on host IP. Queries pointed directly at the container IP (from the host) receives an answer. However, queries pointed at the host IP return REFUSED status. Command used to deploy container: docker run -dit --net=new -p 192.168.37.152:53:53/udp --name 99 ubuntu
BIND 9 by Internet Systems Consortium | Docker Hub
https://hub.docker.com › bind9
The original, the classic full-featured DNS server, with DNS authoritative and recursive resolver roles, including the popular dig utility. ... This is the ...
labbsr0x/docker-dns-bind9 - GitHub
https://github.com › docker-dns-bi...
Dockerize BIND9 DNS server. Contribute to labbsr0x/docker-dns-bind9 development by creating an account on GitHub.
sameersbn/bind - Docker Image
https://hub.docker.com › sameersbn
Dockerfile to create a Docker container image for BIND DNS server bundled with the Webmin interface. BIND is open source software that implements the Domain ...
BIND 9 by Internet Systems Consortium | Docker Hub
https://hub.docker.com/_/bind9
The original, the classic full-featured DNS server, with DNS authoritative and recursive resolver roles, including the popular dig utility.
Running a DNS Server in Docker. Docker is a container ...
https://medium.com/nagoya-foundation/running-a-dns-server-in-docker-61...
24.02.2019 · Running. First build the Docker image. In this example the name is bind9: $ sudo docker build -t bind9 . Run a container in background, using the same IP as in the db.nagoya-foundation.com file ...
Running a DNS Server in Docker - Medium
https://medium.com › running-a-d...
There are many name servers available, but a popular choice is BIND9. It is an Open Source name server and simple to configure. The first file ...
internetsystemsconsortium/bind9 - Docker Image
https://hub.docker.com › bind9
Official ISC BIND 9 Docker repository, based on Ubuntu 20.04 LTS image. This free Docker is maintained on a best-effort basis.
Docker Hub
https://hub.docker.com/r/mjkaye/bind9-alpine
These parameters are separated by a colon and indicate <host>:<container> respectively. For example, -p 8053:53 would expose TCP port 53 from inside the container to be accessible from the host's IP on port 8053. Similarly, when mapping volumes with the -v option, host paths to left of the colon are mapped to the container paths to the right of ...
GitHub - resyst-it/docker-bind9
https://github.com/resyst-it/docker-bind9
16.12.2020 · Contribute to resyst-it/docker-bind9 development by creating an account on GitHub.
resystit/bind9 - Docker Image
https://hub.docker.com › resystit
Bind9 for Docker running on Alpine 3.12 · Command to use with this image: docker run -d --name bind9 -p 53:53 -p 53:53/udp -v /absolute/path/named.conf:/etc/bind ...