DEV Community

Discussion on: Replacing Docker with Podman – Power of Podman

Collapse
 
karfau profile image
Christian Bewernitz • Edited

I just documented how I'm using podman and docker in parallel:

This way all scripts just executing docker still work.
If they don't work I can easily switch to the real docker.
I'm also able to run scripts that run docker-compose when needed.