mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix(contrib/init/systemd): remove mount rprivate
Docker does this now via 157d99a727
Docker-DCO-1.1-Signed-off-by: Brandon Philips <brandon.philips@coreos.com> (github: philips)
This commit is contained in:
parent
2fe7588af7
commit
1f44921c51
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ Documentation=http://docs.docker.io
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/bin/mount --make-rprivate /
|
||||
ExecStart=/usr/bin/docker -d -H fd://
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue