Ask HN: What are you going to use instead of Docker Desktop for macOS?
With the new Docker Desktop license rapidly approaching what is everyone replacing it with?
For Linux and Windows (with WSL) I just use the docker engine cli, but for Mac, I'm not sure.
Obviously some of you are just paying for it which is cool, but in this thread I'm specifically interested in alternatives.
Options I know about:
- Podman - https://podman.io/getting-started/installation - has complicated installation instructions for MacOS.
- Rancher Desktop - https://rancherdesktop.io/ - Focused on K8s rather than raw docker containers.
[+] [-] rmurri|4 years ago|reply
Here are a couple links I found about it: * https://www.cnbeining.com/2021/09/using-docker-and-docker-co... * https://gist.github.com/pmbaumgartner/b08a34f73afcd9b29227a4...
I also recently found out about colima, but haven't tried it out. * https://github.com/abiosoft/colima
[+] [-] xtracto|4 years ago|reply
All this kind of has made me think more about the vendor lock-in that we were having with Docker. I am still looking for a more viable replacement.
[+] [-] unknown|4 years ago|reply
[deleted]
[+] [-] lmarcos|4 years ago|reply
[+] [-] electroly|4 years ago|reply
[+] [-] richardjennings|4 years ago|reply
[+] [-] yuppie_scum|4 years ago|reply
Hopefully Podman fixes their volume mounting problems and we can just start using that eventually.
[+] [-] pseudoramble|4 years ago|reply
[+] [-] pseudoramble|4 years ago|reply
Seems to work fine so far for me.
[+] [-] salmo|4 years ago|reply
With the hyperkit backend it’s pretty similar, just with extra bells and whistles and nothing in the taskbar.
I keep things pretty simple, so there may be cases it doesn’t cover.
If so, then I’d just use a VM. I still use Vagrant a lot for testing non-container stuff. It could be handy there to set up an environment that actually matches your prod setup.
[+] [-] koenigdavidmj|4 years ago|reply
[+] [-] emptybottle|4 years ago|reply
[+] [-] wdb|4 years ago|reply
[+] [-] bobrown010|4 years ago|reply
[deleted]