Docker: Are you trying to connect to a TLS-enabled daemon without TLS?
You can check if it has started by running the command ps -ef. You can also grep it to docker if you want to reduce the number of results(using | grep docker). If its of not running, execute sudo service docker start OR if it still doesn’t work then You can refer this link docker … Read more