←back to thread

1101 points codesmash | 1 comments | | HN request time: 0s | 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 #
matsemann ◴[] No.45137833[source]
If you've installed Docker on Windows you've most likely done that by using Docker Desktop, though.
replies(4): >>45137846 #>>45138355 #>>45142366 #>>45142515 #
1. mmcnl ◴[] No.45142515[source]
I just follow the official Linux instructions on the Docker website. It just works.