-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Docker for Windows support #291
Comments
I think the underlying docker-java library provided basic support for Windows by specifying Maybe this setup is simply not considered a valid environment when determining the strategy, although it might work in theory? |
@kiview did you try tcp? How is it so far? |
It works fine with the docker-java client, but testcontainers doesn't recognize the environment based of this parameters it seems. |
@bsideup yes, I was indeed planning to help with Docker for Windows support, but that's not high on my priority list right now, since we are using Linux after all. I just think this shouldn't be too hard, since there are already valid workarounds regarding docker-java and docker-groovy of how to achieve this. |
Generally seems to work with this PR #297 Getting some connection errors in our tests, but this might be on our side. |
## [1.2.0] - 2017-03-12 ### Fixed - Fix various escaping issues that may arise when paths contain spaces (#263, #279) - General documentation fixes/improvements (#300, #303, #304) - Improve reliability of `ResourceReaper` when there are a large number of containers returned by `docker ps -a` (#295) ### Changed - Support Docker for Windows via TCP socket connection (#291, #297, #309). _Note that Docker Compose is not yet supported under Docker for Windows (see #306) - Expose `docker-java`'s `CreateContainerCmd` API for low-level container tweaking (#301) - Shade `org.newsclub` and Guava dependencies (#299, #292) - Add `org.testcontainers` label to all containers created by Testcontainers (#294)
Would be nice to get support for Docker for Windows.
I switched to Docker for Windows recently, and now I can't run our testcontainers tests locally, because it seems one can't use VirtualBox and Hyper-V at the same time for Docker on Windows 10.
The text was updated successfully, but these errors were encountered: