Skip to content

Instantly share code, notes, and snippets.

@strobe
Created June 14, 2016 23:02
Show Gist options
  • Select an option

  • Save strobe/ebd33d3b8ba9a98ed62003dc5648bf5a to your computer and use it in GitHub Desktop.

Select an option

Save strobe/ebd33d3b8ba9a98ed62003dc5648bf5a to your computer and use it in GitHub Desktop.
{
"id": "vip-hello",
"cmd": null,
"cpus": 0.1,
"mem": 64,
"disk": 0,
"instances": 1,
"container": {
"type": "DOCKER",
"volumes": [],
"docker": {
"image": "tutum/hello-world",
"network": "BRIDGE",
"portMappings": [
{
"containerPort": 80,
"servicePort": 10005,
"protocol": "tcp",
"name": "http",
"labels": {
"VIP_0": "111.2.1.22:8080"
}
}
],
"privileged": false,
"parameters": [],
"forcePullImage": false
}
},
"labels": {
"HAPROXY_GROUP": "external,internal"
},
"env": {},
"healthChecks": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment