miragesdk: add a config.json file for the calf

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
Thomas Gazagnaire 2017-04-04 17:01:54 +02:00
parent f5306b23ef
commit 4437c4a23b

View File

@ -0,0 +1,38 @@
{
"ociVersion": "1.0.0-rc5-dev",
"platform": {
"os": "linux",
"arch": "amd64"
},
"process": {
"terminal": false,
"user": {},
"args": ["/dhcp-client-calf", "-vv", "--net=3", "--ctl=4"],
"cwd": "/",
"capabilities": {
"bounding": [],
"effective": [],
"inheritable": [],
"permitted": []
}
},
"root": {
"path": "calf",
"readonly": true
},
"mounts": [
{ "destination": "/proc", "type": "proc", "source": "proc"}
],
"linux": {
"resources": {
"disableOOMKiller": false
},
"namespaces": [
{ "type": "pid" },
{ "type": "ipc" },
{ "type": "uts" },
{ "type": "network" },
{ "type": "mount" }
]
}
}