This commit is contained in:
@@ -29,8 +29,16 @@
|
|||||||
"readOnly": true,
|
"readOnly": true,
|
||||||
"shared": false,
|
"shared": false,
|
||||||
"private": false
|
"private": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostPath": "/sys/fs/cgroup",
|
||||||
|
"containerPath": "/sys/fs/cgroup",
|
||||||
|
"readOnly": false,
|
||||||
|
"shared": false,
|
||||||
|
"private": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"stopSignal": "SIGRTMIN+3",
|
||||||
"devices": [
|
"devices": [
|
||||||
"/dev/net/tun:/dev/net/tun"
|
"/dev/net/tun:/dev/net/tun"
|
||||||
],
|
],
|
||||||
@@ -38,6 +46,7 @@
|
|||||||
"capAdd": [
|
"capAdd": [
|
||||||
"NET_ADMIN"
|
"NET_ADMIN"
|
||||||
],
|
],
|
||||||
|
"cgroupnsMode": "host",
|
||||||
"isMain": true,
|
"isMain": true,
|
||||||
"extraLabels": {
|
"extraLabels": {
|
||||||
"generated": true,
|
"generated": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user