Skip to content

Instantly share code, notes, and snippets.

@anoochit
Created August 8, 2014 13:02
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 anoochit/c97f74f816ac29fa03a0 to your computer and use it in GitHub Desktop.
Save anoochit/c97f74f816ac29fa03a0 to your computer and use it in GitHub Desktop.
geard orchestration example
{
"containers":[
{
"name":"rockmongo",
"count":1,
"image":"openshift/centos-rockmongo",
"publicports":[
{"internal":80,"external":6060}
],
"links":[
{"to":"mongodb"}
]
},
{
"name":"mongodb",
"count":1,
"image":"openshift/centos-mongodb",
"publicports":[
{"internal":27017}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment