mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
fix(app-emulation/docker): don't require network.target
This isn't required since docker is socket activated now. Also, for some reason vagrant isn't starting network.target after a reboot so we "fix" that too.
This commit is contained in:
parent
e1bf07d74d
commit
8a4a98c55f
@ -1,7 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Docker Application Container Engine
|
Description=Docker Application Container Engine
|
||||||
Documentation=http://docs.docker.io
|
Documentation=http://docs.docker.io
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStartPre=/bin/mount --make-rprivate /
|
ExecStartPre=/bin/mount --make-rprivate /
|
||||||
|
Loading…
Reference in New Issue
Block a user