Live data from Hacker News

Docker is dead? Podman – an alternative tool?

content.fme.de

1–10 of 183 posts

Re: Docker is dead? Podman – an alternative tool?

#5

Lack of mention of podman machine seems like big miss when talking about podman as an alternative to Docker.

Wouldn't Lima serve that role? https://github.com/lima-vm/lima If memory serves me right, it works with Podman.

Lima is mentioned in the article.

Re: Docker is dead? Podman – an alternative tool?

#6
Think it is rapidly moving towards being more of a data carrier/format rather than being dead per se.

Half the time you're jamming it into some cloud service anyway where you have no idea what GCP/fly/aws is using under the hood to actually run it.

Meaning this discussion is more relevant to the self-hosted context. In which case I'd say containerization isn't really security. So in my mind that residual risk of the daemon being root is inconsequential. (Or if not use a VM).

Re: Docker is dead? Podman – an alternative tool?

#7
post #5

Earlier quoted context omitted.

Wouldn't Lima serve that role? https://github.com/lima-vm/lima If memory serves me right, it works with Podman.

Lima is mentioned in the article.

It's mentioned as an alternative, but not as something that works tandem to Podman.

Re: Docker is dead? Podman – an alternative tool?

#9

docker is far far far far from dead. I frankly do not seeing it going away for a looong time because it is generally a great and well supported product. Theres lots of information on issues and fixes and tons of developers using in across many large corporations

Agreed. It’s simple (compared to k8s) and covers most companies needs perfectly well

Re: Docker is dead? Podman – an alternative tool?

#10
OCI compatible containers are the future, docker and podman both classify as such.

https://opencontainers.org/

That being said, docker blows. Docker desktop blows more. Docker desktop on Windows blows the most. I always get stuck with a bind mount misbehaving, or some other issue that requires me to wipe the docker desktop data to fix it. Just use docker compose for simple stuff, and stay away from docker for Windows if possible.

Post reply on HN