-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
I now saw that I had to use |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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)
|
Beta Was this translation helpful? Give feedback.
-
Damn I wish I had never tried orbstack now... |
Beta Was this translation helpful? Give feedback.
I now saw that I had to use
docker context use default
to 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".