A lightweight Mesos-DNS Docker image using the official release
10K+
A lightweight Mesos-DNS Docker image using the official release binaries.
Configuration can be given either from a file or on 'docker run'. See usage below.
docker run -d --name mesos-dns --net host -v /path-to-some-config.json:/config.json argussecurity/mesos-dns
docker run -d --name mesos-dns --net host -e "CONFIG={\"some_config\": \"some_value\"}" argussecurity/mesos-dns
docker run -d --name mesos-dns --net host -e "CONFIG={\"zk\": \"zk://127.0.0.1/mesos\", \"refreshSeconds\": 60, \"ttl\": 60, \"domain\": \"mesos\", \"port\": 53, \"resolvers\": [\"172.31.0.2\", \"8.8.8.8\"], \"timeout\": 5}" argussecurity/mesos-dns
Content type
Image
Digest
sha256:17a5798d1…
Size
7 MB
Last updated
over 10 years ago
docker pull argussecurity/mesos-dns