mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
Docker does this now via 157d99a727
Docker-DCO-1.1-Signed-off-by: Brandon Philips <brandon.philips@coreos.com> (github: philips)
11 lines
199 B
Desktop File
11 lines
199 B
Desktop File
[Unit]
|
|
Description=Docker Application Container Engine
|
|
Documentation=http://docs.docker.io
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/docker -d -H fd://
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|