This repo illustrates the testcontainer issue when starting too many containers at once - and a fix for that.
Start multiple terminals and run go test -count 1 -v .
. Observe how tests fail because of OCI proc issues.
- Run ./fix-docker-issue.sh
- Start multiple terminals and run
go test -count 1 -v .
. Observe how everything works as expected