I ran docker images and got the following error:
docker images
FATA[0000] Get http:///var/run/docker.sock/v1.17/images/json: dial unix /var/run/docker.sock: no su
Your docker daemon is simply not running.
Just run service docker start
service docker start