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" }