Path: csiph.com!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!news.dns-netz.com!news.freedyn.net!nntp.terraraq.uk!nntp-feed.chiark.greenend.org.uk!ewrotcd!usenet-its.stanford.edu!usenet.stanford.edu!not-for-mail From: =?utf-8?B?T25kxZllaiBTdXLDvQ==?= Newsgroups: comp.protocols.dns.bind Subject: Official BIND 9 Docker images (Technology Preview) Date: Thu, 3 Sep 2020 12:32:13 +0200 Lines: 87 Approved: bind-users@lists.isc.org Message-ID: References: NNTP-Posting-Host: lists.isc.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.0.3\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: usenet.stanford.edu 1599129140 8881 149.20.1.60 (3 Sep 2020 10:32:20 GMT) X-Complaints-To: action@cs.stanford.edu To: bind-users Return-Path: X-Original-To: bind-users@lists.isc.org Delivered-To: bind-users@lists.isc.org X-Mailer: Apple Mail (2.3654.0.3) X-BeenThere: bind-users@lists.isc.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: BIND Users Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: Xref: csiph.com comp.protocols.dns.bind:16093 Hello everyone, ISC is proud to announce an official Docker images for BIND 9 versions 9.11 (Extended Support Version), 9.16 (Stable Version) and 9.17 (Development Version). Here=E2=80=99s the link to the official docker repository: = https://hub.docker.com/repository/docker/internetsystemsconsortium/bind9/g= eneral The images are built on top of Ubuntu 20.04 LTS and BIND 9 packages from official ISC PPA (https://launchpad.net/~isc) and will be updated every time there=E2=80=99s a new BIND 9 releases. This is in the phase of technology preview, so I would invite people to test the docker images and provide feedback (both constructive praise and constructive critique are welcome). The feedback could be sent here (the mailing list), or if you think you found an issue to the official repository Please be aware that while this is fairly simple, we would not recommend running this in the production unless you are actually accept that if you run into any problems you are on your own and you will have to do any debugging on your own. Here=E2=80=99s the quickstart: # Recursive DNS Server ## BIND 9.11 docker run \ --name=3Dbind9 \ --restart=3Dalways \ --publish 53:53/udp \ --publish 53:53/tcp \ --publish 127.0.0.1:953:953/tcp \ internetsystemsconsortium/bind9:9.11 # BIND 9.16 docker run \ --name=3Dbind9 \ --restart=3Dalways \ --publish 53:53/udp \ --publish 53:53/tcp \ --publish 127.0.0.1:953:953/tcp \ internetsystemsconsortium/bind9:9.16 ## Authoritative DNS Server Here you will actually want to provide the desired configuration in /etc/bind/named.conf and primary zones, etc=E2=80=A6 (e.g. it=E2=80=99s not magic, you will have to configure it). # BIND 9.11 docker run \ --name=3Dbind9 \ --restart=3Dalways \ --publish 53:53/udp \ --publish 53:53/tcp \ --publish 127.0.0.1:953:953/tcp \ --volume /etc/bind \ --volume /var/cache/bind \ --volume /var/lib/bind \ --volume /var/log \ internetsystemsconsortium/bind9:9.11 # BIND 9.16 docker run \ --name=3Dbind9 \ --restart=3Dalways \ --publish 53:53/udp \ --publish 53:53/tcp \ --publish 127.0.0.1:953:953/tcp \ --volume /etc/bind \ --volume /var/cache/bind \ --volume /var/lib/bind \ --volume /var/log \ internetsystemsconsortium/bind9:9.16 Thanks for any feedback you might have, Ondrej -- Ond=C5=99ej Sur=C3=BD (He/Him) ondrej@isc.org