FROM scratch
ADD /rootfs.tar.gz /
COPY /nsproxy /nsproxy
COPY /remotemanager /remotemanager
CMD ["/nsproxy", "-chain"]
$ docker run -dp 53:53 -p 8054:8054 mfaltys/nsproxy
This will start the NS proxy on port 53, and the remote management server on 8054
dig @localhost docker.com A
This abides RFC standards for DNS so this proxy can be used for all IPv4 resolving tasks.
Content type
Image
Digest
sha256:0692b8778…
Size
3.6 MB
Last updated
about 10 years ago
docker pull mfaltys/nsproxy