From 882dfdd568ae32b05ae235e419ebba71f462ff16 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Tue, 24 Jun 2014 17:33:30 -0700 Subject: [PATCH] Update sample config with context changes Docker-DCO-1.1-Signed-off-by: Michael Crosby (github: crosbymichael) --- sample_configs/attach_to_bridge.json | 6 +----- sample_configs/minimal.json | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/sample_configs/attach_to_bridge.json b/sample_configs/attach_to_bridge.json index 9b1e627d..0795e6c1 100644 --- a/sample_configs/attach_to_bridge.json +++ b/sample_configs/attach_to_bridge.json @@ -116,11 +116,7 @@ "name": "docker-koye", "parent": "docker" }, - "context": { - "mount_label": "", - "process_label": "", - "restrictions": "true" - }, + "restrict_sys": true, "mount_config": { "device_nodes": [ { diff --git a/sample_configs/minimal.json b/sample_configs/minimal.json index 3e1a01ad..c08c9967 100644 --- a/sample_configs/minimal.json +++ b/sample_configs/minimal.json @@ -116,11 +116,7 @@ "name": "docker-koye", "parent": "docker" }, - "context": { - "mount_label": "", - "process_label": "", - "restrictions": "true" - }, + "restrict_sys": true, "mount_config": { "device_nodes": [ {