mesos-dns icon indicating copy to clipboard operation
mesos-dns copied to clipboard

please remove -v in this command

Open yar-malik opened this issue 9 years ago • 0 comments

In this link (https://mesosphere.github.io/mesos-dns/docs/tutorial.html), on the mesos-dns.json file example, please change this:

"cmd": "sudo /usr/local/mesos-dns/mesos-dns -v -config=/usr/local/mesos-dns/config.json", to "cmd": "sudo /usr/local/mesos-dns/mesos-dns -config=/usr/local/mesos-dns/config.json",

thus removing the -v option which creates errors. Took me some time to debug this.

yar-malik avatar Sep 28 '16 09:09 yar-malik