You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running testcontainer based test within another container (vscode devcontainer)
Tests that executed flawlessly on 1.15.3 now fail attempting to start the compose configuration
java.lang.IllegalStateException: Could not connect to Ryuk at 172.17.0.1:58364
at org.testcontainers.utility.ResourceReaper.start(ResourceReaper.java:227) ~[testcontainers-1.16.0.jar:?]
at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:204) ~[testcontainers-1.16.0.jar:?]
at org.testcontainers.containers.DockerComposeContainer.(DockerComposeContainer.java:135) ~[testcontainers-1.16.0.jar:?]
at org.testcontainers.containers.DockerComposeContainer.(DockerComposeContainer.java:119) ~[testcontainers-1.16.0.jar:?]
We did attempt disabling Ryak, but that just results in the same error attempting to connect to the first container.
Docker Desktop 3.6.0
macOS Mojave version 10.14.6
intel mac
keksipurkki, daniel-szczyrba-ox, dmitry-weirdo and bozo-ivetic-cif