Closed JohannesBe closed 1 year ago
@JohannesBe Did you ever find a workaround for this?
Unfortunately not if I recall.
I think I solved the problem by reconsidering my architecture: orignally I wanted a safe dind container for running gitlab runner jobs.
In the end I solved this using VM's + a hypervisor which in turn run a docker sysbox runtime (very interesting project imo).
This allows for rootless and safer dind containers to be started by gitlab runners, guaranteeing inter-pipeline safety and segregation. They (sysbox) have a blogpost on the subject iirc.
Kind reg, J
From: Przemyslaw Rzad @.> Sent: Friday, May 27, 2022 12:41:12 PM To: cruizba/ubuntu-dind @.> Cc: JohannesBe @.>; Mention @.> Subject: Re: [cruizba/ubuntu-dind] Using volumes is broken: cgroups: cgroup mountpoint does not exist: unknown. (#4)
@JohannesBehttps://github.com/JohannesBe Did you ever find a workaround for this?
— Reply to this email directly, view it on GitHubhttps://github.com/cruizba/ubuntu-dind/issues/4#issuecomment-1139499687, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFCRAD3JR4WCPKPTNZXHCPDVMCRERANCNFSM423ONWVQ. You are receiving this because you were mentioned.Message ID: @.***>
@JohannesBe @rzadp
Correct. This is just a dirty hacky experiment which takes people attention for some reason. But the Good way is to use (https://github.com/nestybox/sysbox
I mention that this is an experiment in the end of the README.md