Skip to content

Nikoshi/docker-compose-bind9

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose-bind9

bind9 on docker compose with minimal changes

This is an docker compose based on ubuntu/bind9 image with named.conf and example.com zone as example

Installation

$ git clone https://github.com/rbm0407/docker-compose-bind9
  • Run docker-compose
$ docker-compose up
  • You can test if example.com is working with a dig request
$ dig example.com @127.0.0.1

Configuration

How to add a zone

  • Create the zone file on zones directory
  • Add on the named.conf
  • Restart the container with docker-compose restart

License

This repo with docker-compose file and examples:

  • License: GPL v3

Third party licenses:

About

bind9 on docker compose with minimal changes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published