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.

4m read timeFrom blog.codingmilitia.com
Post cover image
Table of contents
Intro #The scenario and the symptoms #The solution #Outro #
22 Impressions