mirror of https://github.com/docker/docs.git
use systemd socket-activation by default
modified: contrib/init/systemd/docker.service renamed: contrib/init/systemd/socket-activation/docker.socket -> contrib/init/systemd/docker.socket deleted: contrib/init/systemd/socket-activation/docker.service Docker-DCO-1.1-Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org> (github: lsm5)
This commit is contained in:
parent
5105981431
commit
076ac1d7d2
|
@ -4,7 +4,7 @@ Documentation=http://docs.docker.com
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/docker -d
|
ExecStart=/usr/bin/docker -d -H fd://
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
LimitNOFILE=1048576
|
LimitNOFILE=1048576
|
||||||
LimitNPROC=1048576
|
LimitNPROC=1048576
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Docker Application Container Engine
|
|
||||||
Documentation=http://docs.docker.com
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/bin/docker -d -H fd://
|
|
||||||
Restart=on-failure
|
|
||||||
LimitNOFILE=1048576
|
|
||||||
LimitNPROC=1048576
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
Loading…
Reference in New Issue