mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #22806 from errordeveloper/master
Remove MountFlags in systemd unit to allow shared mount propagation
This commit is contained in:
commit
791f98290e
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ Type=notify
|
||||||
# for containers run by docker
|
# for containers run by docker
|
||||||
ExecStart=/usr/bin/dockerd -H fd://
|
ExecStart=/usr/bin/dockerd -H fd://
|
||||||
ExecReload=/bin/kill -s HUP $MAINPID
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
MountFlags=slave
|
|
||||||
LimitNOFILE=1048576
|
LimitNOFILE=1048576
|
||||||
LimitNPROC=1048576
|
LimitNPROC=1048576
|
||||||
LimitCORE=infinity
|
LimitCORE=infinity
|
||||||
|
|
Loading…
Reference in a new issue