Are you trying to connect to a TLS-enabled daemon without TLS?

Problem


This is an obscure message when running a docker command.

Solution


For some reason, docker needs to be started manually
sudo service docker start

Comments