|
|
|
Ask HN: In 2024, become an expert in Docker or Podman?
|
|
9 points
by profwalkstr
901 days ago
|
|
I'm a DevOps and need to up my container game. I plan to become an expert in Docker but Podman is a serious contender. It looks like Podman might have a bright future since Red Hat is investing a lot of money in it while Docker is still scratching their heads looking for a business model that the community won't reject. Podman seems to have a better financial future outlook since it's subsidized by Red Hat's OpenShift strategy. Although I know Docker is the "standandard" and Podman sometimes has incompatibilities with Docker which it shouldn't have. HN folks seem to prefer Podman instead of Docker. What's the smartest choice here? Invest my time to become an expert in Docker or Podman? |
|
If you look further, you can see similar trends to support this. Distributed computing is more relevant with projects like Kubernetes, and Erlang is having a revival. Likewise with functional programming languages: because you can't directly have long-lasting state inside a container, being able to create a pipeline of immutable containers is valuable.
All that is to say that looking at either Docker or Podman itself might be missing out on a lot of really exciting developments that aren't necessarily as easy to spot. Here's one of my favourites from 2023, dynamic resource control for containerized applications: https://archive.fosdem.org/2023/schedule/event/container_cgr...
I wish you the best of luck!