Skip to content

Instantly share code, notes, and snippets.

@travishegner
Created February 5, 2016 13:35
Show Gist options
  • Save travishegner/ac40431f3f0e461f7d4f to your computer and use it in GitHub Desktop.
Save travishegner/ac40431f3f0e461f7d4f to your computer and use it in GitHub Desktop.
Sample app.json
{
"id":"/test",
"instances":1,
"cpus":1,
"mem":1024,
"container":{
"type":"DOCKER",
"docker":{
"network":"BRIDGE",
"image":"ubuntu:14.04",
"forcePullImage":false,
"parameters":[
{"key":"net","value":"vx_0x10009"}
]
}
},
"upgradeStrategy":{
"minimumHealthCapacity":0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment