Skip to content

Instantly share code, notes, and snippets.

@nemosupremo
Created March 4, 2015 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemosupremo/54fd16cd96f0872d83d8 to your computer and use it in GitHub Desktop.
Save nemosupremo/54fd16cd96f0872d83d8 to your computer and use it in GitHub Desktop.
{
"args": [],
"env":{
"MESOS_MASTERS":"10.129.196.31:5050",
"DNS_RESOLVERS":"10.129.196.28",
"DNS_TIMEOUT":"60",
},
"constraints": [
[
"hostname",
"CLUSTER",
"ms-dns.channelmeter.com"
]
],
"container": {
"docker": {
"image": "nemothekid/mesos-dns",
"network": "BRIDGE",
"portMappings": [
{
"containerPort": 53,
"hostPort": 53,
"protocol": "udp"
}
]
},
"type": "DOCKER",
},
"cpus": 0.1,
"id": "mesos-dns",
"instances": 1,
"mem": 64,
"ports": [
53
],
"shell": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment