We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello,
GA seems to supports ipv6 in docker daemon. before merging this PR #127
we should fix TestContainerInspectContainsPortConfig test by adding a condition on the binary or skipping it
TestContainerInspectContainsPortConfig
The text was updated successfully, but these errors were encountered:
Unrelated to this repo?
Sorry, something went wrong.
in the CI i got this
=== RUN TestContainerInspectContainsPortConfig container_inspect_test.go:39: assertion failed: {"80/tcp":[{"HostIp":"0.0.0.0","HostPort":"8080"}]} (expected string) != {"80/tcp":[{"HostIp":"0.0.0.0","HostPort":"8080"},{"HostIp":"::","HostPort":"8080"}]} (string)
I think we should skip this test until merging this PR #127
#185
Successfully merging a pull request may close this issue.
hello,
GA seems to supports ipv6 in docker daemon. before merging this PR #127
we should fix
TestContainerInspectContainsPortConfig
test by adding a condition on the binary or skipping itThe text was updated successfully, but these errors were encountered: