I've been trying to run Winboat, and I've come across a requirement that it asks for root access. This seems to be a prerequisite listed in the installation documentation. I'm wondering if there's a workaround for this or if I just need to put my trust in the new developers behind Winboat. Has anyone dealt with this, and what are your thoughts?
3 Answers
When I installed Winboat, I noticed it requires a few things such as Docker and your user being added to the Docker group. To do that, you’ll need to run a command with sudo to modify group permissions. I get that it is asking for those privileges, but once you're set up correctly, you shouldn't need root access again. Just be cautious when you're running commands that need elevated permissions!
It sounds like that's just how Winboat is designed to operate. Root access might be necessary depending on what you're trying to accomplish with it. If safety is a concern, I would suggest looking for alternatives like Podman, which can be used in a more secure way without needing root access.
Honestly, if you're hesitant about giving root access, you could explore using Docker in a rootless manner. There are plenty of configurations that allow you to run it safely without needing elevated privileges. It's worth looking into if you want to keep your system secure while using Winboat.

Thanks for the clarification! It seems like I just need to configure everything properly before committing to it.