Created
January 8, 2015 19:56
-
-
Save kelseyhightower/e548f2dbeae1382c915c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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