-
Notifications
You must be signed in to change notification settings - Fork 1.1k
add support for docker-for-windows new bind serialization format #1463
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
Conversation
|
the fix is it include with : build edge 2.4.1.0 (48583) ? |
|
will it be release soon ? still present in docker edge 4.2.x.x |
|
Issue still present in Docker Desktop version 2.5.0.0. |
|
@bsideup can you give a little code review and approve it please. thanks |
docker-java-api/src/main/java/com/github/dockerjava/api/model/Bind.java
Outdated
Show resolved
Hide resolved
|
@survivant thanks for the ping! The implementation looks okay, I just requested a couple of minor changes, but should be good to go once fixed |
|
@roastario @bsideup just a ping so the bot doesn't close it. Still need it be to able to use it with testcontainer and recent version of Docker. |
|
Apologies, I'd accidentally snoozed notifications for this repo. Will look at the comments. |
|
just a ping. |
|
@roastario I just applied a couple of changes myself and will merge once CI is green. |
docker-for-windows has recently changed the way it presents bind information (see: #1462) this PR fixes this client + docker-for-windows.