mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
dbf5e36fd6
Fixes #13799. Signed-off-by: Eric-Olivier Lamey <eo@lamey.me>
15 lines
313 B
Desktop File
15 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
|