laboys / docker-smartdns

smartdns minimalist image (based on alpine)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-smartdns

smartdns minimalist image based on alpine.

Installation

You can use this image with the following command

docker run --name my-smartdns -d \
    -p 53:53/udp \
    -v /path/to/your/smartdns.conf:/etc/smartdns/smartdns.conf \
    laboys/smartdns

The smartdns program is started by default with the -f -x arguments which means it runs in the foreground and outputs the verbose logging, to view the log you can use the following command

docker logs --tail=100 -f my-smartdns

License

Released under the MIT License

About

smartdns minimalist image (based on alpine)

License:MIT License


Languages

Language:Dockerfile 100.0%