I ditched Docker for Podman
codesmash.dev
I ditched Docker for Podman
1–10 of 670 posts
Re: I ditched Docker for Podman
#2Re: I ditched Docker for Podman
#3Most of my containers end up on k8s clusters as pods. What else would one use podman or docker for beyond local dev or maybe running a local containerized service?
We ditched it for EC2s which were faster and more reliable while being cheaper, but that's beside the point.
Locally I use OrbStack by the way, much less intrusive than Docker Desktop.
Re: I ditched Docker for Podman
#4Re: I ditched Docker for Podman
#5Re: I ditched Docker for Podman
#6Re: I ditched Docker for Podman
#7Re: I ditched Docker for Podman
#8Re: I ditched Docker for Podman
#9Most of my containers end up on k8s clusters as pods. What else would one use podman or docker for beyond local dev or maybe running a local containerized service?
For a while we used it for scalable preview environments: specify the branch, hit deploy, and have a QA-able environment, with full database (anonymized) ready to go in 15 minutes (DB was time bottleneck). We ditched it for EC2s which were faster and more reliable while being cheaper, but that's beside the point. Locally I use OrbStack by the way, much less intrusive than Docker Desktop.
Containers are the packaging format, EC2 is the infrastructure. (docker, crio, podman, kata, etc are the runtime)
When deploying on EC2, you still need to deploy your software, and when using containers you still need somewhere to deploy to.
Re: I ditched Docker for Podman
#10Remove layers, keep things simple.
That being said, it is here to stay. So any alternative tooling that forces Docker to get it's act together is welcome.