Docker versus Podman and iptables

Published ports worked fine for me in Docker, but not when using Podman, RedHat’s new container tool with Docker-like command line syntax. Why not? It turned out the reason was due to my default DROP policy for the iptables FORWARD chain. In this post I take a closer look at why this works when using Docker, but not when using Podman.