Skip to content

Commit

Permalink
Update doc about systemd for dockerd-exporter
Browse files Browse the repository at this point in the history
It doesn't work with `-H fd://`, but without it's fine.
  • Loading branch information
Aletor93 authored Jul 8, 2019
1 parent 91462de commit 552bccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ If you are running Docker with systemd create or edit
```
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd -H fd:// \
ExecStart=/usr/bin/dockerd \
--storage-driver=overlay2 \
--dns 8.8.4.4 --dns 8.8.8.8 \
--experimental=true \
Expand Down

0 comments on commit 552bccf

Please sign in to comment.