Dieser Bereich kann Inhalte enthalten, die nicht für alle Nutzer geeignet sind. Dazu können unter anderem Texte, Medien oder Diskussionen gehören, die als beleidigend, extremistisch, gewaltbezogen oder anderweitig belastend empfunden werden. Wenn du solche Inhalte nicht sehen möchtest, nutze bitte die jeweiligen Filter- und Meldeoptionen der Plattform oder meide entsprechende Threads/Communities.
That I’m not sure about. It’s part of the official install docs for docker, though there is a big scary warning saying that that group gives you root permissions. Either way, I place the fault on docker more than Omarchy directly since it’s a group that gets automatically when you install it on any distro.
Not true.
The “add user to docker group” thing is not part of the install instructions (also, there is no official install docs for arch - but that’s a moot point), it’s in a separate document that literally starts with [emphasis mine] “These optional post-installation procedures describe how to configure your Linux host machine to work better with Docker” and contains a big orange box warning about that being part of the docker group is equivalent to being root.
Even if you think the docker doc could trick a newbie into thinking it’s ok to make your user part of the docker group (which I’d argue it doesn’t), you have to consider that:
You can say that the whole “docker group” thing is a very stupid idea and that it’s existence is squarely on the docker’s devs, and you could even argue that it’s a trap, but there cannot be any doubt that falling for this trap (that has big “this is a trap!” signs all over) is a major blunder for a distro.
The issue is not the group existing, the issue is your user being part of that group.
Yes, you can make your user part of the docker group if you so chose, but distros should not make that very unwise choice for you per default (just as they shouldn’t set things up to encourage you logging in as root or configure passwordless sudo for your user).
The fault isn’t with docker though, they don’t add your user to the docker group, it’s an optional step the user needs to take.