PrasadG193 / covaccine-notifier

CoWIN Vaccine availability notifier for India
Apache License 2.0
62 stars 28 forks source link

Got stuck at docker #8

Open sid8840 opened 3 years ago

sid8840 commented 3 years ago

after the second step in the readme... docker pull ghcr.io/prasadg193/covaccine-notifier:latest

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

beingadityak commented 3 years ago

@sid8840 you need to check whether your docker daemon is running. You can check your Docker Desktop application (Windows/MacOS) whether it is running or run sudo service docker status in your Linux machine to check the same.