|
1 month ago | |
---|---|---|
.drone.yml | 1 month ago | |
.editorconfig | 10 months ago | |
.gitattributes | 3 months ago | |
.gitignore | 3 months ago | |
Dockerfile | 10 months ago | |
LICENSE | 10 months ago | |
Makefile | 1 month ago | |
README.md | 10 months ago | |
docker-compose.yml | 3 months ago | |
entrypoint.sh | 10 months ago |
This repository, hosted on git.cryptic.systems, contains Dockerfiles to build a container image. The container image based on the arch linux base image.
Mount your bind9 configuration to /etc/bind
like to following example.
docker run \
--detach \
--rm \
--publish 53:53/tcp \
--publish 53:53/udp \
--volume <config/path>:/etc/bind \
volkerraschek/container-bind9
To build the images manually check out the
repository with git
and use
the make
command to build the container images.
make container-image/build