Created
January 8, 2015 20:20
-
-
Save kelseyhightower/b5758891da2a042585d1 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
| $ tar -xvf hello-0.0.1-linux-amd64.aci | |
| x rootfs | |
| x rootfs/bin | |
| x rootfs/bin/hello | |
| x manifest | |
| hello $ cat 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":{"exec":["/bin/hello"],"user":"root","group":"root","ports":[{"name":"www","protocol":"tcp","port":5000,"socketActivated":false}]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment