Dev here, happy to answer questions!
I just updated and saw the notification and passed it along to my legal department to get approval for purchase.
Do you know if you are, or have any plans to be, SOC2 Compliant?
21–30 of 30 posts
Dev here, happy to answer questions!
I just updated and saw the notification and passed it along to my legal department to get approval for purchase.
Do you know if you are, or have any plans to be, SOC2 Compliant?
Dev here, happy to answer questions!
Hey kdrag0n, congrats on the launch! I've been using it since the beta, and let me tell you, this is gonna be the go-to option for Docker on Mac.
Dev here, happy to answer questions!
Can you share any long term plans past 1.0? Honestly it feels like a finished product already. Which is amazing for a 1.0!
I recently installed docker, podman, Colima, and Orbstack. Orbstack was the only one that overwrote the docker socket instead of connecting to the docker socket. The containerization on my Mac is locked into using Orbstack because no other container engine can bind to that, now overridden, socket.
# Switch to OrbStack
docker context use orbstack
# Switch to Colima
docker context use colima
Earlier quoted context omitted.
Can you share any long term plans past 1.0? Honestly it feels like a finished product already. Which is amazing for a 1.0!
Thanks! I won't be too specific because of a certain competitor looming on the horizon, but so far my plan is to focus on improving DX.
So far you're far ahead of the competition in multiple of the ways that matter most. I've tried all of the competition and I don't want any of it on my computer.
The fact that it is dead simple to install, migrate, and use also gives you a huge leg up when we consider adopting it for our company. I absolutely don't want to spin up a support channel to help people migrate to or troubleshoot podman or rancher.
I recently installed docker, podman, Colima, and Orbstack. Orbstack was the only one that overwrote the docker socket instead of connecting to the docker socket. The containerization on my Mac is locked into using Orbstack because no other container engine can bind to that, now overridden, socket.
Personally, this is the behavior I want and I think that is correct. I just installed OrbStack. That means I want it to take over as the new way to use docker. Switching back to any other system is easy and it is documented here: https://docs.orbstack.dev/faq#revert-docker
I suppose Orbstack should make it more obvious what it did and how to revert though.