Isnt this Docker out of Docker?
DavidJakszta opened this issue · 3 comments
DavidJakszta commented
In the Per-Repo Runner exmaple on the wiki your bind mount -v /var/run/docker.sock:/var/run/docker.sock which means you dont use docker inside of docker but mount the outer docker daemon inside the container. Is this not mandatory or am i missing something? This seems like Docker out of Docker for me
myoung34 commented
That is how docker in docker works, but that isn't supported with actions upstream so you can skip that, it's not needed
DavidJakszta commented
What do you mean it's not supported by actions upstream? I just want to self-host a GHA with docker in docker (No socket mounting)
myoung34 commented
The readme links to the upstream issue. Docker is installed inside the image