From 879dbc3757610a574f9fcc44ea23ef9e8e2b6fe3 Mon Sep 17 00:00:00 2001 From: Aaron Weitekamp Date: Tue, 4 Oct 2016 14:56:17 -0400 Subject: [PATCH] Add insecureAcceptAnything to default docker-daemon transport Signed-off-by: Aaron Weitekamp --- default-policy.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/default-policy.json b/default-policy.json index a4c2e1f968..dffc54a626 100644 --- a/default-policy.json +++ b/default-policy.json @@ -3,5 +3,12 @@ { "type": "insecureAcceptAnything" } - ] -} \ No newline at end of file + ], + "transports": + { + "docker-daemon": + { + "": [{"type":"insecureAcceptAnything"}] + } + } +}