Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created January 8, 2015 20:20
Show Gist options
  • Select an option

  • Save kelseyhightower/b5758891da2a042585d1 to your computer and use it in GitHub Desktop.

Select an option

Save kelseyhightower/b5758891da2a042585d1 to your computer and use it in GitHub Desktop.
$ 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