axizdkr/bind

By axizdkr

Updated about 6 years ago

docker image bind based on alpine

Image
0

392

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

Docker Pull Command

docker pull axizdkr/bind