I'm starting to understand why people say to stay as far away from #docker in docker as possible...

#GiteaActions #devops

@grizeldi I'm curious, I've had both good and bad experiences with Docker in Docker, what happened?

@bryanhonof I have a gitea actions runner, which runs in a docker container. I managed to move the containers it spawns for every run to the host's docker daemon by passing in the host's docker socket as a volume.

Now my test CI workflow is erroring because it too wants to run its own docker containers. Inside the run containers. I don't think I can even control what gets passed into those containers. And don't get me started on networking, everything is turning into a huge mess 😄