This should not be done by default but used by adminsys with a drop-in.d file, for buggy daemons which crash without known fixes. Docker-DCO-1.1-Signed-off-by: Sébastien Luttringer <seblu@seblu.net> (github: seblu) Upstream-commit: 533916fa6bb0b19fb887b5b0b2b704b224154b41 Component: engine
14 lines
268 B
Desktop File
14 lines
268 B
Desktop File
[Unit]
|
|
Description=Docker Application Container Engine
|
|
Documentation=http://docs.docker.com
|
|
After=network.target docker.socket
|
|
Requires=docker.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/docker -d -H fd://
|
|
LimitNOFILE=1048576
|
|
LimitNPROC=1048576
|
|
|
|
[Install]
|
|
Also=docker.socket
|