• Joined on 2024-02-23
rpoovey commented on issue forgejo/runner#153 2024-02-26 17:06:12 +00:00
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.

@earl-warren I could for sure write up how to do this with my workaround but it is just that, a workaround. Docker-In-Docker still doesn’t work. I would love to discuss how to address that but I…

rpoovey commented on issue forgejo/runner#153 2024-02-26 01:38:01 +00:00
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.

Yeah, that post ended up longer than I thought.

Yes, its working, but not with default settings per the [kubernetes-example](https://code.forgejo.org/forgejo/runner/src/branch/main/examples/kub

rpoovey commented on issue forgejo/runner#153 2024-02-26 00:12:51 +00:00
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.

Update:

I think I have confirmed that its the runner image and it not passing /var/run/docker.sock to the nested container. Which may be a limitation of kubernetes or something else entirely.…

rpoovey commented on issue forgejo/runner#153 2024-02-25 18:38:59 +00:00
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.

Alright, I think I've narrowed it down.

I don't think it has anything with the action file or Kubernetes per se. I actually think the runner isn't passing /var/run/docker.sock to the…

rpoovey commented on issue forgejo/runner#153 2024-02-24 22:01:30 +00:00
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.

After looking at it in more detail I don't see what's wrong.

Haha, yeah, same. I can pull docker images on the forgejo-runner pod, so I know it has the docker executable and the checkout…

rpoovey commented on issue forgejo/runner#153 2024-02-24 13:27:32 +00:00
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.

There is a tested example which you could use for inspiration, if not already.…

rpoovey opened issue forgejo/runner#153 2024-02-23 23:22:07 +00:00
Cannot connect to the Docker daemon at unix:///var/run/docker.sock.