Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not connect to Ryuk at localhost:32768 issue on Docker Edge #3241

Closed
joao-dantas opened this issue Sep 19, 2020 · 3 comments
Closed

Can not connect to Ryuk at localhost:32768 issue on Docker Edge #3241

joao-dantas opened this issue Sep 19, 2020 · 3 comments

Comments

@joao-dantas
Copy link

joao-dantas commented Sep 19, 2020

I'm getting this error while trying to run tests with Test Containers in Docker 2.3.7.0 Edge.
Version: 1.14.3

Sep 19, 2020 4:13:41 PM org.testcontainers.utility.ResourceReaper lambda$null$1
WARN: Can not connect to Ryuk at localhost:32768
java.net.ConnectException: Connection refused (Connection refused)
        at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
        at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
        at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
        at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
        at java.base/java.net.Socket.connect(Socket.java:608)
        at java.base/java.net.Socket.connect(Socket.java:557)
        at java.base/java.net.Socket.<init>(Socket.java:453)
        at java.base/java.net.Socket.<init>(Socket.java:230)
        at org.testcontainers.utility.ResourceReaper.lambda$null$1(ResourceReaper.java:138)
        at org.rnorth.ducttape.ratelimits.RateLimiter.doWhenReady(RateLimiter.java:27)
        at org.testcontainers.utility.ResourceReaper.lambda$start$2(ResourceReaper.java:136)
        at java.base/java.lang.Thread.run(Thread.java:834)
@bsideup
Copy link
Member

bsideup commented Sep 20, 2020

fixed in #3159

@joao-dantas
Copy link
Author

Nice. @bsideup where I can find details about release plan?

@bsideup
Copy link
Member

bsideup commented Sep 21, 2020

@joao-dantas we plan to release a new RC that includes that PR later this week. For now, consider switching back to the stable channel of Docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants