mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
4dab34c204
Do as was done to f09a78cd21
in the
socket-activation example.
Docker-DCO-1.1-Signed-off-by: Brandon Philips <brandon.philips@coreos.com> (github: philips)
11 lines
218 B
Desktop File
11 lines
218 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://
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|