The container can be created properly, but then it fails to start (the tests timeout trying to connect, because the container never starts)
I captured the events from the startup, not sure if they will be helpful. Rolling back to 2.3.0.5 works again.
This happens with 1.12.4 as well as 1.14.3.
2020-09-30T18:11:13.751310259+01:00 container create 05d766a64a1690951eff6335512d1393142470e413d6ba0340de2d69c8ff665c (desktop.docker.io/binds/0/Source=//var/run/docker.sock, desktop.docker.io/binds/0/SourceKind=hostFile, desktop.docker.io/binds/0/Target=/var/run/docker.sock, image=testcontainersofficial/ryuk:0.3.0, name=testcontainers-ryuk-ecb575a4-87cc-44f9-a197-0e6e40953702, org.testcontainers=true)
2020-09-30T18:11:13.786302808+01:00 network connect f94c48178ffa43b9824825a3011d8a035eb6f446126dec5479e70dc9fb289bc6 (container=05d766a64a1690951eff6335512d1393142470e413d6ba0340de2d69c8ff665c, name=bridge, type=bridge)
2020-09-30T18:11:13.987837070+01:00 container start 05d766a64a1690951eff6335512d1393142470e413d6ba0340de2d69c8ff665c (desktop.docker.io/binds/0/Source=//var/run/docker.sock, desktop.docker.io/binds/0/SourceKind=hostFile, desktop.docker.io/binds/0/Target=/var/run/docker.sock, image=testcontainersofficial/ryuk:0.3.0, name=testcontainers-ryuk-ecb575a4-87cc-44f9-a197-0e6e40953702, org.testcontainers=true)
2020-09-30T18:11:14.068300176+01:00 container die 05d766a64a1690951eff6335512d1393142470e413d6ba0340de2d69c8ff665c (desktop.docker.io/binds/0/Source=//var/run/docker.sock, desktop.docker.io/binds/0/SourceKind=hostFile, desktop.docker.io/binds/0/Target=/var/run/docker.sock, exitCode=2, image=testcontainersofficial/ryuk:0.3.0, name=testcontainers-ryuk-ecb575a4-87cc-44f9-a197-0e6e40953702, org.testcontainers=true)
2020-09-30T18:11:14.154769479+01:00 network disconnect f94c48178ffa43b9824825a3011d8a035eb6f446126dec5479e70dc9fb289bc6 (container=05d766a64a1690951eff6335512d1393142470e413d6ba0340de2d69c8ff665c, name=bridge, type=bridge)
2020-09-30T18:11:14.172413669+01:00 container destroy 05d766a64a1690951eff6335512d1393142470e413d6ba0340de2d69c8ff665c (desktop.docker.io/binds/0/Source=//var/run/docker.sock, desktop.docker.io/binds/0/SourceKind=hostFile, desktop.docker.io/binds/0/Target=/var/run/docker.sock, image=testcontainersofficial/ryuk:0.3.0, name=testcontainers-ryuk-ecb575a4-87cc-44f9-a197-0e6e40953702, org.testcontainers=true)
Fixed in #3159 and released in 1.15.0-rc2
Most helpful comment
Fixed in #3159 and released in 1.15.0-rc2