Skip to content

Commit

Permalink
node, syscontainer: drop /var/lib/docker mount point
Browse files Browse the repository at this point in the history
Reference: #15105

Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Jul 10, 2017
1 parent fe7173b commit ff55619
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions images/node/system-container/config.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -424,16 +424,6 @@
"ro"
]
},
{
"type": "bind",
"source": "/var/lib/docker",
"destination": "/var/lib/docker",
"options": [
"bind",
"rw",
"mode=755"
]
},
{
"type": "bind",
"source": "/var/log",
Expand Down

0 comments on commit ff55619

Please sign in to comment.