forked from Ivasoft/device-mapping-manager
Added support for v1 and v2 cgroups
No longer using a plugin to deploy solution
This commit is contained in:
33
config.json
33
config.json
@@ -28,26 +28,37 @@
|
||||
},
|
||||
"Linux": {
|
||||
"Capabilities": [
|
||||
"CAP_BPF",
|
||||
"CAP_SYS_PTRACE",
|
||||
"CAP_SYS_ADMIN"
|
||||
],
|
||||
"AllowAllDevices": true,
|
||||
"Devices": null
|
||||
},
|
||||
"Mounts": [
|
||||
{
|
||||
"source": "/sys/fs/cgroup/devices",
|
||||
"destination": "/sys/fs/cgroup/devices",
|
||||
"options": [
|
||||
"rw",
|
||||
"rbind"
|
||||
],
|
||||
"type": "rbind"
|
||||
},
|
||||
{
|
||||
"destination": "/dev",
|
||||
"source": "/dev",
|
||||
"options": [
|
||||
"bind",
|
||||
"rbind",
|
||||
"rw"
|
||||
],
|
||||
"type": "bind"
|
||||
},
|
||||
{
|
||||
"destination": "/host/sys",
|
||||
"source": "/sys",
|
||||
"options": [
|
||||
"rbind",
|
||||
"rw"
|
||||
],
|
||||
"type": "bind"
|
||||
},
|
||||
{
|
||||
"destination": "/host/proc",
|
||||
"source": "/proc",
|
||||
"options": [
|
||||
"rbind",
|
||||
"rw"
|
||||
],
|
||||
"type": "bind"
|
||||
@@ -66,7 +77,7 @@
|
||||
"Network": {
|
||||
"Type": ""
|
||||
},
|
||||
"PropagatedMount": "/dev",
|
||||
"PropagatedMount": null,
|
||||
"User": {},
|
||||
"Workdir": "/"
|
||||
}
|
||||
Reference in New Issue
Block a user