Skip to content

Commit

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

0 comments on commit 7559aea

Please sign in to comment.