A developer shares how to fix Testcontainers failing when used with Podman instead of Docker Desktop. The root cause is Ryuk (the reaper component), which doesn't work well with Podman. The fix is simple: disable Ryuk via a properties file or environment variable. The issue was discovered after testing across C#, Node.js, and Go, with the Go error message providing the key clue about a missing bridge network.
22 Impressions