From 7559aeaf46aea328587aceb39ccf1f1c23dcd6db Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Mon, 14 Aug 2017 06:52:30 +0200 Subject: [PATCH] Update config.json --- config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 872479b..de932dd 100644 --- a/config.json +++ b/config.json @@ -34,7 +34,11 @@ "type": "host" }, "mounts": [ - {"name": "known_hosts", "description": "Contain ssh fingerprint", "source": "/etc/docker-volumes/gvfs/.ssh", "destination": "/root/.ssh", "type": "bind"} + { + "type": "bind", + "source": "/etc/docker-volumes/gvfs/.ssh", + "destination": "/root/.ssh" + } ], "propagatedmount": "/var/lib/docker-volumes/gvfs" }