Skip to content

Commit

Permalink
Remove MountFlags in systemd unit to allow shared mount propagation
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Dmitrichenko <[email protected]>
  • Loading branch information
errordeveloper committed May 24, 2016
1 parent d76d38c commit 2aee081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/init/systemd/docker.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Type=notify
# for containers run by docker
ExecStart=/usr/bin/dockerd -H fd://
ExecReload=/bin/kill -s HUP $MAINPID
MountFlags=slave
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity
Expand Down

0 comments on commit 2aee081

Please sign in to comment.