Skip to content

themotu/docker-webmin-bind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Webmin and Bind in Docker

I mainly use this for hosting my own personal DNS and having a nice way to manage my DNS servers

Default username and password are root/Docker!

Instructions

docker build -t webmin .
docker run -d -p 10000:10000 -p 53:53 -p 53:53/udp --name=bind webmin

Default username is root password is Docker! by default and easily changeable from inside the admin interface. Your server will be available on port 10000 using https.github

About

Webmin in a docker mainly for a bind interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published