From 053a6060871bb103af8fe67770adcafe71ee14a2 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Mon, 14 Aug 2017 06:38:22 +0200 Subject: [PATCH] Use folder mount --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 2c726f2..872479b 100644 --- a/config.json +++ b/config.json @@ -34,7 +34,7 @@ "type": "host" }, "mounts": [ - {"name": "known_hosts", "description": "Contain ssh fingerprint", "source": "/etc/docker-volumes/gvfs/known_hosts", "destination": "/root/.ssh/known_hosts", "type": "bind"} + {"name": "known_hosts", "description": "Contain ssh fingerprint", "source": "/etc/docker-volumes/gvfs/.ssh", "destination": "/root/.ssh", "type": "bind"} ], "propagatedmount": "/var/lib/docker-volumes/gvfs" }