Back
axizdkr/bind
By axizdkr
docker image bind based on alpine
392
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 axizdkr/bind