|
@@ -1,11 +1,9 @@
|
|
[Unit]
|
|
[Unit]
|
|
Description=Docker Application Container Engine
|
|
Description=Docker Application Container Engine
|
|
Documentation=http://docs.docker.io
|
|
Documentation=http://docs.docker.io
|
|
-Requires=network.target
|
|
|
|
-After=multi-user.target
|
|
|
|
|
|
+After=network.target
|
|
|
|
|
|
[Service]
|
|
[Service]
|
|
-Type=simple
|
|
|
|
ExecStartPre=/bin/mount --make-rprivate /
|
|
ExecStartPre=/bin/mount --make-rprivate /
|
|
ExecStart=/usr/bin/docker -d
|
|
ExecStart=/usr/bin/docker -d
|
|
|
|
|