Skip to content

2.4.0 - Flakey Connection to the Ryuk #775

Answered by HofmeisterAn
cdconn00 asked this question in Q&A
Discussion options

You must be logged in to vote

~ every 3 runs test containers is functioning correctly, but the other times it fails to connect to ryuk and the container shows (like in #443):

That is way too frequent. Sounds like another issue. I have seen some issues with Hyper-V or the machine network configurations. Did you check if you run into the excluded port ranges: docker/for-win#3171.

Your configuration looks a bit unfortunate. I suggest to run a simple test to figure out what is causing the issue on your machine.

public class GitHub : IAsyncLifetime
{
    private readonly IContainer _container = new ContainerBuilder()
        .WithImage("alpine:3.17")
        .WithEntrypoint("/bin/sh", "-c")
        .WithCommand("trap : T…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cdconn00
Comment options

@HofmeisterAn
Comment options

@cdconn00
Comment options

Answer selected by cdconn00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants