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

Use IPv6 address #9183

Merged
merged 2 commits into from Sep 8, 2022
Merged

Conversation

tomMoulard
Copy link
Member

What does this PR do?

This PR adds support for IPv6 addresses on the docker provider.
IPv4 IP address takes precedence over IPv6 ones.

Motivation

This PR allows to have an IPv6-only docker stack and have Traefik working.

It resolves #8789.

More

  • Added/updated tests
  • Added/updated documentation

Copy link
Member

@juliens juliens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@rtribotte rtribotte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👌

@traefiker traefiker merged commit 52df1d6 into traefik:master Sep 8, 2022
v2 automation moved this from To review to Done Sep 8, 2022
@tomMoulard tomMoulard deleted the feat/ipv6-docker-provider branch September 8, 2022 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
v2
Done
Development

Successfully merging this pull request may close these issues.

Use IPv6 address from Docker API for URL when available
5 participants