←back to thread

398 points emersonrsantos | 10 comments | | HN request time: 0.209s | source | bottom
1. dcreater ◴[] No.42225283[source]
Very interesting. With how standard containerization has become, we sorely need an FOSS solution
replies(3): >>42225328 #>>42225331 #>>42225334 #
2. MrDrMcCoy ◴[] No.42225328[source]
Why not podman?
replies(1): >>42225724 #
3. wmf ◴[] No.42225331[source]
If Docker isn't open enough for you, check out Podman (now with extra CNCF).
replies(2): >>42225352 #>>42225424 #
4. tsujamin ◴[] No.42225334[source]
Don’t we have them? I only casually use containers, but what about podman, runc, systemd-nspawn, LXC etc?
5. ◴[] No.42225352[source]
6. hackernewds ◴[] No.42225424[source]
how is docker open in any way?

https://i.imgur.com/2F0JmUw.png

replies(3): >>42225439 #>>42225948 #>>42227348 #
7. diggan ◴[] No.42225439{3}[source]
In this way: https://imgur.com/a/PIkm7Eb
8. osigurdson ◴[] No.42225724[source]
Agree. Not sure about mac but on Windows, Podman + WSL works well. No need for podman desktop either, the cli vwrsion is fine.
9. mardifoufs ◴[] No.42225948{3}[source]
How exactly is docker (buildkit, compose, the runtime, the daemon, etc) not open source? Docker desktop isn't, but that's almost entirely unrelated to the containerization technology that it uses or that people refer to when they talk about docker.
10. ndsipa_pomu ◴[] No.42227348{3}[source]
That service agreement is for using the Docker Desktop GUI tool which isn't open source (though free to use for small businesses etc) whereas the basic docker CLI commands are all open source.