←back to thread

398 points emersonrsantos | 1 comments | | HN request time: 0.001s | source
Show context
mschuster91 ◴[] No.42225102[source]
The fact how simple it is to re-implement a large part of Docker because all it fundamentally is a bit of glue code to the kernel is the biggest problem Docker-the-company faced and still faces.

Where Docker adds real value is not (just) Docker Hub but Docker for Windows and Mac. The integrations offer a vastly superior experience than messing around with VirtualBox and Vagrant by hand (been there, done that) to achieve running Docker on one's development machine.

replies(9): >>42225135 #>>42225179 #>>42225190 #>>42225192 #>>42225204 #>>42225325 #>>42225397 #>>42226422 #>>42227107 #
seabrookmx ◴[] No.42225135[source]
Rancher desktop is also a viable option and free. Many including my work moved to it after Docker's new licensing kicked in.

IMO the real magic of Docker was the Docker/OCI image format. It's a brilliant way to perform caching and distribute container images, and it's really what still differentiates the workflow from "full" VM's.

replies(2): >>42225222 #>>42226682 #
jml78 ◴[] No.42225222[source]
My main dev machine is Linux so I use Rancher Desktop but I also have a MacBook Pro m1 machine. Orbstack is so much better than rancher and docker desktop. I know they are a small company but hell if their product isn’t significantly more efficient and better.
replies(4): >>42225267 #>>42226880 #>>42226957 #>>42233880 #
fl0id ◴[] No.42226880[source]
Podman-Desktop is also great b/c it now has gpu support on macOS (for the Linux container)
replies(1): >>42229627 #
1. moogly ◴[] No.42229627[source]
I could not get LocalStack to run on Podman (w/ Docker emulation), on Fedora, so had to go back to Docker.