mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +07:00
Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
14 lines
249 B
Desktop File
14 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
|