Skip to content

Commit

Permalink
Use folder mount
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Aug 14, 2017
1 parent a527aa0 commit 053a606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 053a606

Please sign in to comment.