mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fa29b1f062
Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
13 lines
249 B
Desktop File
13 lines
249 B
Desktop File
[Unit]
|
|
Description=Docker Application Container Engine
|
|
Documentation=http://docs.docker.com
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/docker -d
|
|
Restart=on-failure
|
|
LimitNOFILE=1048576
|
|
LimitNPROC=1048576
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|