Earlier quoted context omitted.
A few elements to inform the decision: - Both docker and podman support rootless containers. - Rootless podman setup is easier to achieve from experience and it integrates well enough with systemd. - Docker requires a daemon to run at all times whereas podman doesn't. - A lot of interesting things are going on with podman ("native" gitlab-runner executor in the works, wsl2 support, among other things)
podman indeed has many interesting features, but those features tend to have interesting bugs and limitations as well.
Podman Desktop Companion GUI – Parity on All Major Operating Systems
41–50 of 118 posts
Re: Podman Desktop Companion GUI – Parity on All Major Operating Systems
#42Earlier quoted context omitted.
A few elements to inform the decision: - Both docker and podman support rootless containers. - Rootless podman setup is easier to achieve from experience and it integrates well enough with systemd. - Docker requires a daemon to run at all times whereas podman doesn't. - A lot of interesting things are going on with podman ("native" gitlab-runner executor in the works, wsl2 support, among other things)
podman indeed has many interesting features, but those features tend to have interesting bugs and limitations as well.
Re: Podman Desktop Companion GUI – Parity on All Major Operating Systems
#43Re: Podman Desktop Companion GUI – Parity on All Major Operating Systems
#44So question from novice in containers, podman vs docker why should i consider switching from docker?
Re: Podman Desktop Companion GUI – Parity on All Major Operating Systems
#45So question from novice in containers, podman vs docker why should i consider switching from docker?
A few elements to inform the decision: - Both docker and podman support rootless containers. - Rootless podman setup is easier to achieve from experience and it integrates well enough with systemd. - Docker requires a daemon to run at all times whereas podman doesn't. - A lot of interesting things are going on with podman ("native" gitlab-runner executor in the works, wsl2 support, among other things)
Re: Podman Desktop Companion GUI – Parity on All Major Operating Systems
#46Earlier quoted context omitted.
A few elements to inform the decision: - Both docker and podman support rootless containers. - Rootless podman setup is easier to achieve from experience and it integrates well enough with systemd. - Docker requires a daemon to run at all times whereas podman doesn't. - A lot of interesting things are going on with podman ("native" gitlab-runner executor in the works, wsl2 support, among other things)
Doesn't Docker already support WSL2? Or is there something different about Podman's WSL2 support which makes it better/different than/from Docker's?
wsl2 mode is super impressive -- none of the overhead of docker on os x
Re: Podman Desktop Companion GUI – Parity on All Major Operating Systems
#47Earlier quoted context omitted.
You shouldn't.
Why not? Podman has an almost identical CLI to Docker, and can have a daemon that is fully Docker compatible (thus, all Docker integrations work against it including docker-compose). It is literally a drop-in replacement but it doesn't require your company to buy licenses. So yes, you should if you can.
Re: Podman Desktop Companion GUI – Parity on All Major Operating Systems
#48Is the Podman CLI both command-compatible and flag-compatible with the Docker CLI? If it is, or if there were a command translation layer to transform docker cli stanzas to the podman equivalent, I'd love to dump and forget about docker forever. Please keep pushing Team Podman! Self-respecting nerds everywhere are rooting for (and counting on) you!
It is! At least 99%, in my experience. The one big difference is that Podman is "daemonless", which is actually a huge advantage in a lot of cases. The one downside is that it won't automatically restart your containers if your host machine reboots.
Re: Podman Desktop Companion GUI – Parity on All Major Operating Systems
#49Anyone know if podman has an equivalent to `docker buildx` yet? Right now I use docker a lot to build arm images to deploy on e.g. Raspberry Pis.
Re: Podman Desktop Companion GUI – Parity on All Major Operating Systems
#50So question from novice in containers, podman vs docker why should i consider switching from docker?