GitHunt
OF

offtechnologies/docker-arm32v6-bind

Raspberry Pi 1 Bind 9.11.2-r1 Docker Image With Alpine Linux

Raspberry Pi 1 Bind 9.11.2-r1 Docker Image With Alpine Linux

Build Status
This image on DockerHub

offtechnologies

Raspberry Pi 1 compatible Docker base image with Alpine Linux and Bind.

docker run -d --name bind --publish 53:53/udp -v /storage/docker/bind/:/etc/bind -v /storage/docker/bind/log:/var/log/named --restart=always offtechnologies/docker-arm32v6-bind:latest

Credits

0.0.0 - 2017-12-05

  • work in progress
  • Custom base image: Alpine Linux arm32v6 ver 3.7 with qemu-arm-static
  • Tested on Raspberry Pi 1 Model B Rev 2 with Raspbian 4.9.51-1+rpi3 (2017-10-22) armv6l GNU/Linux and Docker v17.10.0-ce (It looks Docker 17.11.0 has the problem. sudo apt install docker-ce=17.10.0ce-0raspbian)

Languages

Shell100.0%
Created December 6, 2017
Updated December 8, 2017
offtechnologies/docker-arm32v6-bind | GitHunt