dcreater 5 days ago

Very interesting. With how standard containerization has become, we sorely need an FOSS solution

3
tsujamin 5 days ago

Don’t we have them? I only casually use containers, but what about podman, runc, systemd-nspawn, LXC etc?

wmf 5 days ago

If Docker isn't open enough for you, check out Podman (now with extra CNCF).

hackernewds 4 days ago

how is docker open in any way?

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

diggan 4 days ago
mardifoufs 4 days ago

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.

ndsipa_pomu 4 days ago

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.

MrDrMcCoy 5 days ago

Why not podman?

osigurdson 4 days ago

Agree. Not sure about mac but on Windows, Podman + WSL works well. No need for podman desktop either, the cli vwrsion is fine.