- personal docker build
- It exists to check the operation of container in the ARM environment (arm64/Aarch64).
For arm32, tackle depending on the mood.
- Basically we will check the operation of the following application.
- Extensions are not necessarily build targets.
- Prioritize minimizing container size in build
Software | url | version |
---|---|---|
dibbler-server | http://klub.com.pl/dhcpv6/ | |
NSD | https://www.nlnetlabs.nl/projects/nsd/ | |
Unbound | https://www.nlnetlabs.nl/projects/unbound/ | |
PowerDNS recursor | https://www.powerdns.com/recursor.html | |
Knot DNS resolver | https://www.knot-resolver.cz/ | |
Knot DNS | https://www.knot-dns.cz/ | |
CoreDNS (testing) | https://coredns.io/ | Currently the Docker image is released from CoreDNS.io formula. https://hub.docker.com/r/coredns/coredns/ |
dnsdist | https://dnsdist.org/ | |
BIND9(testing) | https://www.isc.org/downloads/bind/ | |
ISC Kea | https://www.isc.org/kea/ | |
zabbix-agent (testing) | https://www.zabbix.com/ | |
DNSCrypt Proxy | https://github.com/jedisct1/dnscrypt-proxy | |
Stubby | https://github.com/getdnsapi/stubby | |
gobetween (testing) | https://github.com/yyyar/gobetween | |
glider (testing) | https://github.com/nadoo/glider | |
overture (testing) | https://github.com/shawn1m/overture |
- Docker hub https://hub.docker.com/u/kometchtech/
- GitHub Package Registry https://github.com/kometchtech/docker-build/packages
- configuration IPv6
echo '{"ipv6":true, "fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee -a /etc/docker/daemon.json
sudo systemctl restart docker.service
- If you make the Interface
docker network create --ipv6 \
--gateway 2001:db8:1::1 \
--subnet 2001:db8:1::/80 \
docker-ipv6-network