If your WinBoat installation has failed and you might know why, follow these steps to clean up and retry:
⚠️ Note: Any of these commands might fail depending on how far the installation has gotten, that's perfectly okay, just go through them all.
- Shut down WinBoat
- Run
docker stop WinBoat(for Docker) orpodman stop WinBoat(for Podman) to stop the container - Run
docker rm WinBoat(for Docker) orpodman stop WinBoat(for Podman) to remove the container - If you're running a WInBoat version higher or equal to v0.8.6, simply delete the folder that you picked during installation for WInBoat, otherwise run
docker volume rm winboat_datato remove the container volume - Run
rm -rf ~/.winboatto remove all remaining WinBoat data - Optional: If you think the problem is not related to your system and it might be fixed in a newer release, download the latest release from https://github.com/TibixDev/winboat/releases
- Start WinBoat again and retry the installation