[DNSCrypt][dnscrypt] for Docker. [dnscrypt]: http://dnscrypt.org/
This example creates the image with the tag mengbo/docker-dnscrypt
, but you can change this to use your own username.
$ docker build -t="mengbo/docker-dnscrypt" .
Alternately, you can run the following if you have make installed...
$ make
You can also specify custom variables by change the Makefile.
You can run it by the following command...
$ docker run --name docker-dnscrypt -d -p 53:53 -p 53:53/udp mengbo/docker-dnscrypt
RESOLVER_NAME
: Resolver name of dnscrypt. Default:opendns