Replace docker with orbstack #714
Replies: 7 comments 4 replies
-
OrbStack appears to support Docker commands. I don't currently have the bandwidth to test it, but there's no immediate reason for me to believe Warden wouldn't work. If you'd like to test-run it, and report what issues you find and you're comfortable editing shell scripts, I'd be happy to lend my knowledge of Warden in the form of advice to what might need modifying to make it work. |
Beta Was this translation helpful? Give feedback.
-
I've been using OrbStack with Warden for a few weeks now and I can confirm it works flawlessly :) |
Beta Was this translation helpful? Give feedback.
-
@navarr @arendarenko I've been using orbstack for months now with Warden, and it's fine. Even the migration from Docker Desktop volume data to Orbstack data kept projects in the same state. Since it's a drop-in replacement for Docker, everything in Warden "just works". What Orbstack does is expose some additional avenues to connect using the |
Beta Was this translation helpful? Give feedback.
-
I'm surprised how active warden community is :) I've read all your replies and tried Orbstack - it just works! For those who are going to try, the action list is below:
-- One thing I'm going to check further (and maybe someone of you already checked?): do we still need mutagen to be enabled or not. |
Beta Was this translation helpful? Give feedback.
-
Is there a proper guideline on moving from Docker Desktop to Orbstack with Warden? Thanks |
Beta Was this translation helpful? Give feedback.
-
If anyone runs into "Cannot connect to the Docker daemon at unix:///Users/[user-name]/.docker/run/docker.sock. Is the docker daemon running?" you may need to create a symlink: sudo ln -s /Users/[user-name]/.orbstack/run/docker.sock /Users/[user-name]/.docker/run/docker.sock |
Beta Was this translation helpful? Give feedback.
-
Maybe this could be a discussion about generalizing the code base and supporting a bring your own container orchestration binary while defining an interface that is supported (docker compose version > x), vs replace with another specific tool (orbstack, colima, LXC, etc.)? |
Beta Was this translation helpful? Give feedback.
-
Hi guys!
OrbStack seems to be good alternative to docker in terms of speed and CPU usage. Considering that it supports most of the docker features, it would be great [at least as an option] to use warden with it.
Beta Was this translation helpful? Give feedback.
All reactions