Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created January 8, 2015 19:56
Show Gist options
  • Save kelseyhightower/e548f2dbeae1382c915c to your computer and use it in GitHub Desktop.
Save kelseyhightower/e548f2dbeae1382c915c to your computer and use it in GitHub Desktop.
cat hello-layout/manifest
{
"acKind": "ImageManifest",
"acVersion": "0.1.1",
"name": "coreos.com/hello",
"labels": [
{
"name": "version",
"value": "0.0.1"
},
{
"name": "arch",
"value": "amd64"
},
{
"name": "os",
"value": "linux"
}
],
"app": {
"user": "root",
"group": "root",
"exec": [
"/bin/hello"
],
"ports": [
{
"name": "www",
"protocol": "tcp",
"port": 5000
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment