Created
February 5, 2016 13:35
-
-
Save travishegner/ac40431f3f0e461f7d4f to your computer and use it in GitHub Desktop.
Sample app.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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