theNetworkChuck / NetworkChuck

308 stars 175 forks source link

Not being able to run pihole.sh #17

Open tobyeliphant opened 1 year ago

tobyeliphant commented 1 year ago

Hi Ive got Ubuntu server 22.04.2 LTS up and running and ive followed all the steps from the youtube video on this but when i get to running the pihole.sh file it just dossen't like it at all! It keeps on repeating "cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?" 20230726_170032 I have no idea whats going on or what its trying to connect to so if anyone has any ideas it would be very helpful! Thanks :]

nplachkov commented 4 months ago

Not sure if this is still relevant givent the date you've submitted this, but have you started Docker prior to running sudo ./pihole.sh ? If not sure, try service docker status and see if Docker is indeed running. If not, try service docker start and then repeat the status command to verify that it is running.