Skip to content

kramer0815/rpi-docker-named

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

rpi-docker-named

About a Docker Container and his Named. (heavily inspired by every rpi named repo)

Bla

Goal was to provide a dockerized nameserver for a raspberry pi with raspbian lite and docker. The host uses the shared path /srv/docker/bind to share bind config files.

    db.192
    db.mynicelynamed.domain
    named.conf.local

Blub

sudo docker run --name bind -d
--restart=always
--publish 53:53/tcp
--publish 53:53/udp
--publish 10000:10000/tcp
--volume /srv/docker/bind:/data rpi-docker-named

About

About a Docker Container and his Named.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages