frdmn / docker-speedtest-grafana

🚢📦Grafana + InfluxDB + Speedtest.net results
MIT License
207 stars 71 forks source link

Update README.md #7

Closed gjonathansteward closed 4 years ago

gjonathansteward commented 4 years ago

Adding steps for dockerd startup as not clear for people new to docker (My experience)

frdmn commented 4 years ago

Hi @gjonathansteward. Thanks for your contribution.

If you setup and install Docker using the installation docs, you should also have a start/stop services that manages the Docker runtime. There is no need to start the dockerd manually by hand each time you want to use Docker. You can just enable and start the systemctl (or equivalent) service and your OS makes sure it's up and running all the time.

That being said, those steps should not be part of this (Docker) projects instruction steps.