Cannot connect to the Docker daemon. Is the docker daemon running on this host?

If you are running centOS or RHEL.
systemctl enable docker <-- adds docker service to start automatically with reboot.
systemctl start docker or service docker start <-- to start it manually