We need to investigate how Docker.DotNet manages and reuses connections to the container runtime: testcontainers/testcontainers-dotnet#1438. AFAIK especially with named pipe connections, Docker.DotNet frequently recreates connections instead of reusing them. We've seen reports of timeouts, particularly when using Podman Desktop for Windows, when developers make many API calls in parallel.