Git Product home page Git Product logo

bind9-webmin-docker's Introduction

bind9-webmin-docker

This is based on https://github.com/isc-projects/bind9-docker but includes webmin web interface. I also used https://github.com/fffaraz/docker-bind-webmin to figure out how to start the webmin interface. I then modified the CMD to invoke webmin in background and start named.

This is much simpler than fffaraz/docker-bind-webmin as it uses the bind9-docker as the basis and justs adds the webmin to it.

Build the container

You can build the docker image in your local repo or use the one I have on docker.com

docker pull marioja/bind9:webmin

To build it yourself simply change your directory to the directory containing the Dockerfile where you clone this repo and issue this command:

docker build -t "bind9:webmin" . This will create the bind9:webmin image in your repo.

Create the container

Simply run the createDocker bash script in this GIT repo.

Configuration

To be able to logon to the webadmin you need to reset the root password in your container. You do not need to know what the original root password is. Here is a sample session on how to do this:

docker exec -it bind9 bash
root@adab86c2f45d:/# passwd
New password:
Retype new password:
passwd: password updated successfully
root@adab86c2f45d:/# exit
exit

You will then be able to logon to the webmin ui using port 10000 on your docker host using userid root and the new password you have set.

bind9-webmin-docker's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.