←back to thread

1101 points codesmash | 2 comments | | HN request time: 0.001s | source
Show context
t43562 ◴[] No.45137756[source]
To provide 1 contrary opinion to all the others saying they have a problem:

Podman rocks for me!

I find docker hard to use and full of pitfalls and podman isn't any worse. On the plus side, any company I work for doesn't have to worry about licences. Win win!

replies(7): >>45137807 #>>45137925 #>>45138918 #>>45140013 #>>45141773 #>>45142624 #>>45142950 #
Izmaki ◴[] No.45137807[source]
None of your companies need to worry about licenses. Docker ENGINE is free and open source. Docker DESKTOP is a software suite that requires you to purchase a license to use in a company.

But Docker Engine, the core component which works on Linux, Mac and Windows through WSL2, that is completely and 1000% free to use.

replies(4): >>45137811 #>>45137833 #>>45137951 #>>45137973 #
t43562 ◴[] No.45137811[source]
Those companies use docker desktop on their dev's machines.
replies(2): >>45137825 #>>45137842 #
connicpu ◴[] No.45137842[source]
There's no need if all your devs use desktop Linux as their primary devices like we do where I work :)
replies(1): >>45137857 #
t43562 ◴[] No.45137857[source]
On Mac we just switched to podman and didn't have anything to worry about.
replies(4): >>45138272 #>>45140147 #>>45140814 #>>45145909 #
nickthegreek ◴[] No.45138272{3}[source]
Anyone have opinions on OrbStack for mac over these other alternatives?
replies(5): >>45138495 #>>45138523 #>>45138929 #>>45139026 #>>45140761 #
1. elliottr1234 ◴[] No.45138929{4}[source]
It's well worth it its much more than a gui for it supports running k8s locally, managing custom vm instances, resource monitoring of containers, built in local domain name support with ssl mycontainer.orb, a debug shell that gives you ability to install packages that are not available in the image by default, much better and automated volume mounting and view every container in finder, ability to query logs, an amazing ui, plus it is much, much faster and more resource efficient.

The above features really do make it worth it especially when using existing services that have complicated failure logs or are resource intensive like redis, postgres, livekit, etc or you have a lot of ports running and want to call your service without having to worry about remembering port numbers or complicated docker network configuration.

Check it out https://docs.orbstack.dev/

replies(1): >>45142130 #
2. chuckadams ◴[] No.45142130[source]
Docker Desktops also supports a local kubernetes stack, but it takes several minutes to start up, and I think in the end it's just minikube? Haven't tried Orbstack's k8s stack myself since I'm good with k3d. I did have cause though to spin up a VM a while back, and that was buttah.