|
I downloaded the Application directly on MacOS to try it out. I've since deleted it, but I just tried starting a Docker project, and I get an error that there's no Orbstack deamon, but I have no Orbstack installed anywhere:
What exactly did it change in my system and how can I remove it? |
Replies: 11 comments 8 replies
|
I now saw that I had to use |
|
It should probably be mentioned as well that Orbstack changes the symlinks to the docker commands, so when uninstalling it, you'll have to fix them. For me, I restarted Docker Desktop, and it gave me a warning that symlinks were broken. It then gave me an option to repair them. |
|
No matter what I do, it remains after uninstallation—it's starting to get annoying. igor@MyMac ~/.orbstack/run ls -l /var/run/docker.sock |
|
Pretty shocked that an install script as involved as OrbStack's doesn't ship with any way to undo the clutter it unleashes. I didn't have docker or kubernetes installed prior to having OrbStack, but even if I delete the app and wipe the directories in the (insufficient) install docs, more stuff remains The worst offenders are undoubtedly these binary symlinks, which I'm sure will cause people no end of confusion if they later install some other docker/kubes stuff via homebrew (which lands in /opt) |
|
Damn I wish I had never tried orbstack now... |
|
You can use this gist. If you install OrbStack, this app replaces docker symlinks, if you uninstall it, the docker commands doesn't work also you need to restore the symlinks. |
|
After following the uninstall section, when I opened Docker Desktop, I received the notification shown in the screenshot, which repaired the broken Docker.
|
|
the uninstallation instruction barely covers all the stuff that OrbStack put into my system! I am actually very unhappy with how intrusive it is. I had to google and claude to find out how to remove it from my system! |
|
After removing orbstack, it cleaned up my zsh links where Docker is located. It's truly crap |
|
What PoS software this is that doesn't allow me to properly uninstall it... Premiere Brew install, then don't ship brew uninstall. No uninstall scripts, no cleanups, no nothing. To anyone reading this, don't install this malware unless you want to spend 30+ minutes on resolving broken symlinks, Docker not working etc. Talk about not taking responsibility for your software. |


I now saw that I had to use
docker context use defaultto fix it. It'd be good for Orbstack to do it automatically instead of leaving a broken env behind, or maybe have an "Uninstall" section in your docs. I eventually found this under "Installing".