diff --git a/projects/miragesdk/src/dhcp-client/calf/config.json b/projects/miragesdk/src/dhcp-client/calf/config.json new file mode 100644 index 000000000..212e28393 --- /dev/null +++ b/projects/miragesdk/src/dhcp-client/calf/config.json @@ -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" } + ] + } +}