-
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: 4 comments 5 replies
-
I now saw that I had to use |
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.
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".