-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
Error response from daemon: client version 1.40 is too new #61
Comments
Hello! I was able to reproduce this issue, thank you! A temporary workaround is to force the docker api version with the env var
|
The docker client can negotiate the right version of the API based on the docker daemon but there is a specific function to call. We was not calling it. Now it should be smart enough to figure out which version of the API to use. Fixed #61 Signed-off-by: Gianluca Arbezzano <[email protected]>
I face same issue on windows using PowerShell. Setting DOCKER_API_VERSION variable does not help. Version 2.1.0.0 (36874) :( |
@bgabbasov-aurea what version of testcontainers are you using? This got fixed during the last release |
I ran the same command three times with three different results.
|
I am using latest Docker for Mac 2.0.0.3, Engine: 18.09.2.
The text was updated successfully, but these errors were encountered: