Unverified Commit 552bccf0 authored by Alexandre Vallarino's avatar Alexandre Vallarino Committed by GitHub

Update doc about systemd for dockerd-exporter

It doesn't work with `-H fd://`, but without it's fine.
parent 91462de8
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment