mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
miragesdk: add a config.json file for the calf
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
parent
f5306b23ef
commit
4437c4a23b
38
projects/miragesdk/src/dhcp-client/calf/config.json
Normal file
38
projects/miragesdk/src/dhcp-client/calf/config.json
Normal 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" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user