From 9076527083b81b1796677590b8e9c4899f6d2e91 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Fri, 12 Aug 2016 16:19:36 -0700 Subject: [PATCH] Modify the example to use more common defaults Signed-off-by: Mrunal Patel --- testdata/sandbox_config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testdata/sandbox_config.json b/testdata/sandbox_config.json index 13088975..562751de 100644 --- a/testdata/sandbox_config.json +++ b/testdata/sandbox_config.json @@ -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 } } }