Skip to content

Instantly share code, notes, and snippets.

@yifan-gu
Created June 5, 2015 01:34
Show Gist options
  • Save yifan-gu/262242e7610b991de697 to your computer and use it in GitHub Desktop.
Save yifan-gu/262242e7610b991de697 to your computer and use it in GitHub Desktop.
badmount_manifest.json
{
"acVersion": "0.5.1+git",
"acKind": "PodManifest",
"apps": [
{
"name": "coreos.com/etcd",
"image": {
"id": "sha512-86aa5fa7158bf69d9b1078f2c557b971315bf4304f3036c4518ebd26c7205cdf"
},
"app": {
"exec": [
"/etcd"
],
"user": "0",
"group": "0",
"mountPoints": [
{
"name": "foo",
"path": "/Documentation",
"readOnly": true
}
]
}
}
],
"volumes": [
{
"name": "foo",
"kind": "host",
"source": "/tmp/bar"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment