Sign inSign up

axizdkr/bind

By axizdkr

Updated over 7 years ago

docker image bind based on alpine

Image
0

1.4K

axizdkr/bind repository overview

Simple docker image of bind based on Alpine


to start just type something like that:

docker exec -it -d -v $pwd:/data \
    -p "80:80" -p 443:443 axizdkr/bind 

when you first run the container bind create default config file in your mount point

Dockerfile

Tag summary

Content type

Image

Digest

Size

4.6 MB

Last updated

over 7 years ago

docker pull axizdkr/bind