I like the idea behind Podman, but it’s not a suitable drop in replacement for Docker yet. Especially since it requires manual setup to auto-start stacks at boot, and can’t import docker compose files easily.
Docker is easier to use, has many more examples and tutorials out there, and every project generally provides a docker compose file ready to go for quick setup.
I like the idea behind Podman, but it’s not a suitable drop in replacement for Docker yet. Especially since it requires manual setup to auto-start stacks at boot, and can’t import docker compose files easily.
Docker is easier to use, has many more examples and tutorials out there, and every project generally provides a docker compose file ready to go for quick setup.
There is now podman compose that can read and use docker-compose files. As for importing, I cannot tell.