crontab-ui icon indicating copy to clipboard operation
crontab-ui copied to clipboard

Cannot connect to the Docker daemon

Open mridah opened this issue 4 months ago • 1 comments

Make sure these boxes are checked( - [x] ) before submitting an issue.

  • [x ] Running latest npm and node? (Run npm --version and node --version). Get the latest nodejs here.
  • [x ] The node_modules folder has right permissions (Run ls -ld $(npm root -g)/crontab-ui)
  • [x ] Read issues.md
  • [x ] Gone through existing open and closed issues.

I'm trying to execute the command

docker exec -it fireball bash /generate.sh test.json

image

However, I keep getting the following error :

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

image

I'm not running the cron job from the web portal so it shouldn't be a problem of docker not being installed on the crontab-ui docker container.

This is what I'm trying to achieve :

image

Any idea what might be causing the issue??

mridah avatar Mar 30 '24 14:03 mridah