Replies: 1 comment
-
It's documented in one of the sections above (https://docs.orbstack.dev/install#side-by-side). Just added it to the uninstallation section as well; thanks for pointing that out. Docker has official instructions for backing up and restoring volumes, but I understand that it can be cumbersome. There are plans to add support for data migration — please subscribe to #90 for updates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I tried OrbStack today, but when I uninstalled it and I expected Docker Desktop to just work I hit a problem. What eventually helped was to discover
docker context
command, with which I was able to switch context back todesktop-linux
(commanddocker context use desktop-linux
) in my case & to remove now uninstalled OrbStack context withdocker context rm orbstack
.It would've been helpful if https://docs.orbstack.dev/install#uninstalling mentioned this.
[edit] if you care to know, I tried orb and it more or less worked out of the box, the (specific) problem for me, was that it created new volumes from scratch and I didn't have the time to fix that myself, so I wanted to get back on Docker Desktop ASAP 🤷♂️
Beta Was this translation helpful? Give feedback.
All reactions