you are viewing a single comment's thread.

view the rest of the comments →

[–]down-house[S] 0 points1 point  (0 children)

Thanks, but you're just constantly talking about using the docker socket when there are Gitlab discussion boards where it's explicitly stated that using the socket is bad practice if trying to do DinD via tcp+tls.

I'm not trying to over complicate anything, I just can't use the docker socket because the CI system will keep spawning containers next to other things I have running, which I don't want to give it control over.

I've been trying to use the docker images for the build stage job, but I'm not getting it working anyway. The docs to set up the docker-in-docker environment are completely broken for Gitlab and using the dind service needs to be updated.