Skip to content

Instantly share code, notes, and snippets.

@henrysher
Last active August 29, 2015 14:22
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 henrysher/0de6e0812c465663d2b3 to your computer and use it in GitHub Desktop.
Save henrysher/0de6e0812c465663d2b3 to your computer and use it in GitHub Desktop.
{
"name": "myweb",
"containers" : [{
"image": "httpd",
"ports": [{
"containerPort": 80,
"hostPort": 8080
}]
}],
"resource": {
"vcpu": 1,
"memory": 512
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment