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

Change timeout value used to detect if docker is available #4401

Closed
RomainPruvostMHH opened this issue Sep 1, 2021 · 2 comments
Closed

Change timeout value used to detect if docker is available #4401

RomainPruvostMHH opened this issue Sep 1, 2021 · 2 comments

Comments

@RomainPruvostMHH
Copy link

Hi,

I would to decrease the timeout value used to detect if Docker is available. Is it possible to change this timeout by configuration ?

2021-09-01 17:17:35,642 [main] INFO org.testcontainers.dockerclient.DockerClientProviderStrategy - Loaded org.testcontainers.dockerclient.NpipeSocketClientProviderStrategy from ~/.testcontainers.properties, will try it first
2021-09-01 17:18:06,494 [main] INFO org.testcontainers.dockerclient.DockerMachineClientProviderStrategy - docker-machine executable was not found on PATH ([])

@rnorth
Copy link
Member

rnorth commented Sep 1, 2021

#4386 should do this 😄

Unless you're looking to limit the total time spent trying to find docker; #4386 will achieve this indirectly, pretty much, but we don't have plans to set a total time limit.

@RomainPruvostMHH
Copy link
Author

With the property "client.ping.timeout", that's exactly what I'm looking for. 👍

@kiview kiview closed this as completed Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants