Modify the example to use more common defaults

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2016-08-12 16:19:36 -07:00
parent 8296898937
commit 9076527083

View file

@ -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
}
}
}