Sign inSign up

home1oss/bind

By home1oss

Updated about 9 years ago

A bind9 image with simple cli tool

Image
0

4.2K

home1oss/bind repository overview

docker-bind

A bind9 image with simple cli tool

Add/del record

docker exec -it bind.local recordadd <zone> <host> <type> <value>
docker exec -it bind.local recorddel <zone> <host> [<type>]

Examples:

add git.internal

docker exec -it bind.local recordadd internal git A 172.22.101.10

delete all record about git.internal

docker exec -it bind.local recorddel internal git

Webadmin

Start container with BIND_WEBMIN_ENABLED=true, access its http port 10000, e.g. http://bind.local:10000.

Tag summary

Content type

Image

Digest

Size

109.7 MB

Last updated

about 9 years ago

docker pull home1oss/bind