Rootless Docker in a multi-user environment
1–10 of 50 posts
Re: Rootless Docker in a multi-user environment
#2Re: Rootless Docker in a multi-user environment
#3Re: Rootless Docker in a multi-user environment
#4I wonder why people aren't using Singularity containers instead which seem to be rootless by design.
Re: Rootless Docker in a multi-user environment
#5I wonder why people aren't using Singularity containers instead which seem to be rootless by design.
At the risk of showcasing my bubble: Lack of exposure; how many people even know what singularity is or how to use it? I know it's used in scientific HPC, but I don't see evidence of wider adoption.
Re: Rootless Docker in a multi-user environment
#6Niche but a project we have been wanting for awhile. Base containers get OSS'd etc. This stuff is twisty!
Re: Rootless Docker in a multi-user environment
#7Somebody tell me what im missing.
Re: Rootless Docker in a multi-user environment
#8I still don't get why multi user. I haven't seen a multi user scenario that makes any sense for any Linux deploy in ages. Is this a shared prod server? Is it a shared Dev server? Why would those be multi user? For prod, why isnt it cattle where you don't ever SSH onto the server? For Dev if you can't just run it all on your local machine why not do something like shipyard.build Somebody tell me what im missing.
A more relevant use case to industry might be a CI machine that you want to get better utilization out of. Easy, just start of multiple CI runners under different users. "Just use Kubernetes" I hear someone screaming? Well, sometimes you need CI on macOS.
Re: Rootless Docker in a multi-user environment
#9I wonder why people aren't using Singularity containers instead which seem to be rootless by design.
Re: Rootless Docker in a multi-user environment
#10I still don't get why multi user. I haven't seen a multi user scenario that makes any sense for any Linux deploy in ages. Is this a shared prod server? Is it a shared Dev server? Why would those be multi user? For prod, why isnt it cattle where you don't ever SSH onto the server? For Dev if you can't just run it all on your local machine why not do something like shipyard.build Somebody tell me what im missing.