Manual remove docker container

Hello.
I have Rockstor version 4.6.1, and I reinstall qBittirent (stop-del-update-install).
But installation process is frozen with “Installing …” message.

reboot didn’t help. I stopped manually docker container and later remove it finally.

But web interface still showing “Installing …” message.
I can’t install the another rockon that I need

How I can fix it

Hi @littleyo ,

Sorry you’re experiencing this.
We have a little command to do just what you need. Have a look at the section of our docs titled “Force uninstall of a Rock-on”:
https://rockstor.com/docs/interface/overview.html#force-uninstall-of-a-rock-on

This should do what you need.
Let us know if that helps!

2 Likes

Thanks a lot. I’ll add this to my favorites

1 Like

Run into this one before — the issue is that Rockstor tracks each rock-on’s status in its own database, and pulling the container out through Docker directly doesn’t touch that record, so the UI stays stuck at ‘installing’ indefinitely. A service restart alone won’t clear it; you need to reset that state in the backend. Wrote up the full steps for getting it back to a clean state here: Rockstor Rock-on Stuck on ‘Installing’: How to Reset a Manually Removed Docker Container - Port & Patch