Migrating from Docker to Podman
11–20 of 111 posts
Re: Migrating from Docker to Podman
#12Ive been using Podman for a while for my non-Kubernetes cloud deployments (i.e. small VM based things). It's worked very well for me after a few initial hiccups a year or so ago. Now that Podman-compose[0] is in the works, it'll really be comparable in the UX space soon, and outperforms Docker in several ways when it comes to security. The key difference with Podman compared to Docker is that is does not run a deamon…
Docker has a rootless mode in the same way that podman has a rootless mode.
Re: Migrating from Docker to Podman
#13[0]: https://github.com/lima-vm/lima [1]: https://github.com/containerd/nerdctl
Re: Migrating from Docker to Podman
#14Re: Migrating from Docker to Podman
#15Shameless plug: We built Simplenetes[1] around Podman (a simpler alternative to Kubernetes, but written in 100% shell script :)
Re: Migrating from Docker to Podman
#16Ive been using Podman for a while for my non-Kubernetes cloud deployments (i.e. small VM based things). It's worked very well for me after a few initial hiccups a year or so ago. Now that Podman-compose[0] is in the works, it'll really be comparable in the UX space soon, and outperforms Docker in several ways when it comes to security. The key difference with Podman compared to Docker is that is does not run a deamon…
Re: Migrating from Docker to Podman
#17Re: Migrating from Docker to Podman
#18Ive been using Podman for a while for my non-Kubernetes cloud deployments (i.e. small VM based things). It's worked very well for me after a few initial hiccups a year or so ago. Now that Podman-compose[0] is in the works, it'll really be comparable in the UX space soon, and outperforms Docker in several ways when it comes to security. The key difference with Podman compared to Docker is that is does not run a deamon…
Podman now supports the docker API which means you can use docker's own docker-compose with podman.
Re: Migrating from Docker to Podman
#19Ive been using Podman for a while for my non-Kubernetes cloud deployments (i.e. small VM based things). It's worked very well for me after a few initial hiccups a year or so ago. Now that Podman-compose[0] is in the works, it'll really be comparable in the UX space soon, and outperforms Docker in several ways when it comes to security. The key difference with Podman compared to Docker is that is does not run a deamon…