Hey everyone! I'm trying to set up Winboat, but it keeps asking me to install Docker. I followed the instructions on the Docker installation page for Fedora and after rebooting, Winboat told me I need to add my user to the Docker group. I followed the steps for managing Docker as a non-root user but even after logging out and back in, I'm still facing issues. Winboat is also saying that the Docker daemon isn't running. Does anyone have any advice on how to fix this? Thanks a lot!
1 Answer
First, make sure Docker is actually running. You can check its status by running `sudo systemctl status docker`. If it’s not running, you can start it with `sudo systemctl enable --now docker`. That should help get everything up and running!

I ran the status command and it says Docker is enabled and active. Any other suggestions?