In my current setup I don't want mesos-dns to depend on anything other than marathon itself (including any file server outside). So I'm not able to use "uris" to pass a config.json file in my marathon config.
I created another mesos-dns docker image just to be able to give mesos-dns parameters as environment variables: https://registry.hub.docker.com/u/bergerx/mesos-dns/
I prefer not to maintain a copy of mesos-dns docker image and want to use it from upstream.
In my current setup I don't want mesos-dns to depend on anything other than marathon itself (including any file server outside). So I'm not able to use "uris" to pass a config.json file in my marathon config.
I created another mesos-dns docker image just to be able to give mesos-dns parameters as environment variables: https://registry.hub.docker.com/u/bergerx/mesos-dns/ I prefer not to maintain a copy of mesos-dns docker image and want to use it from upstream.
Here is my
mesos-dns-marathon.json
file: