Skip to content

Commit

Permalink
node, syscontainer: add bind mount for /var/lib/dockershim
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe committed Jun 22, 2017
1 parent 74382e3 commit 38fd87c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions images/node/system-container/config.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,17 @@
"mode=777"
]
},
{
"type": "bind",
"source": "/var/lib/dockershim",
"destination": "/var/lib/dockershim",
"options": [
"bind",
"slave",
"rw",
"mode=777"
]
},
{
"type": "bind",
"source": "/var/lib/cni",
Expand Down
1 change: 1 addition & 0 deletions images/node/system-container/tmpfiles.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ d /var/lib/cni - - - - -
d /var/run/secrets - - - - -
d $ORIGIN_CONFIG_DIR/sdn - - - - -
d $ORIGIN_CONFIG_DIR/cloudprovider - - - - -
d /var/lib/dockershim - - - - -

0 comments on commit 38fd87c

Please sign in to comment.