Skip to content

TestContainers and colima #689

Answered by HofmeisterAn
cybul26 asked this question in Q&A
Nov 23, 2022 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

Fails pretty early, can you run following example? Does it response with the version?

using var dockerClientConfiguration = TestcontainersSettings.OS.DockerEndpointAuthConfig.GetDockerClientConfiguration();
using var dockerClient = dockerClientConfiguration.CreateClient();

var version = await dockerClient.System.GetVersionAsync()
  .ConfigureAwait(false);

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@HofmeisterAn
Comment options

@cybul26
Comment options

@HofmeisterAn
Comment options

@cybul26
Comment options

@HofmeisterAn
Comment options

Answer selected by HofmeisterAn
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants