Comment on Why docker
aniki@lemm.ee 9 months ago
1.) No one runs rooted docker in prod. Everything is run rootless.
2.) That’s just patently not true. docker inspect
is your friend. Also you can build your own packages. FROM Scratch
hub.docker.com/_/scratch/
3.) I think mess here is subjective. Docker folders makes way more sense than Snap mounts.
eluvatar@programming.dev 9 months ago
1 is just not true sorry. There’s loads of stuff that only work as root and people use them.