Fixes #13799. Signed-off-by: Eric-Olivier Lamey <eo@lamey.me> Upstream-commit: dbf5e36fd6257ed237f76a65ccbae4124a4f0bdf Component: engine
16 lines
313 B
Desktop File
16 lines
313 B
Desktop File
[Unit]
|
|
Description=Docker Application Container Engine
|
|
Documentation=https://docs.docker.com
|
|
After=network.target docker.socket
|
|
Requires=docker.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/docker -d -H fd://
|
|
MountFlags=slave
|
|
LimitNOFILE=1048576
|
|
LimitNPROC=1048576
|
|
LimitCORE=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|