mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
systemd unitfile requires docker.socket
modified: contrib/init/systemd/docker.service Docker-DCO-1.1-Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org> (github: lsm5)
This commit is contained in:
parent
076ac1d7d2
commit
0bde827c3f
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
Description=Docker Application Container Engine
|
||||
Documentation=http://docs.docker.com
|
||||
After=network.target
|
||||
Requires=docker.socket
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/docker -d -H fd://
|
||||
|
|
Loading…
Add table
Reference in a new issue