Closed gjonathansteward closed 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.
Adding steps for dockerd startup as not clear for people new to docker (My experience)