jeroenjanssens / data-science-at-the-command-line

Data Science at the Command Line
https://datascienceatthecommandline.com
Other
3.77k stars 766 forks source link

Docker image Installation fails #132

Closed shmuhammadd closed 2 years ago

shmuhammadd commented 2 years ago

Hi,

I tried to install docker image at chapter 2, but it fails. Below is the error:

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Best, Shamsuddeen

jeroenjanssens commented 2 years ago

Hi Shamsuddeen,

Good to see that you want to use the Docker image. This error is related to Docker itself and it means that you're probably not yet running Docker. Because this has nothing to do with the image, I'm closing this issue.

Good luck!

Jeroen