Modify the example to use more common defaults
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
8296898937
commit
9076527083
1 changed files with 3 additions and 3 deletions
6
testdata/sandbox_config.json
vendored
6
testdata/sandbox_config.json
vendored
|
@ -46,9 +46,9 @@
|
|||
"linux": {
|
||||
"cgroup_parent": "/sys/fs/cgroup/test",
|
||||
"namespace_options": {
|
||||
"host_network": true,
|
||||
"host_pid": true,
|
||||
"host_ipc": true
|
||||
"host_network": false,
|
||||
"host_pid": false,
|
||||
"host_ipc": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue