mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
f4dfdeed298a5163912db143ebcaf17fd533ddc3
Adds a "Use router-assigned IPv6 addresses" subsection to the macvlan and ipvlan driver pages, covering how to receive IPv6 via SLAAC from a router on the parent network instead of Docker IPAM. When the network has no IPv6 subnet, Docker disables IPv6 on the endpoint; setting the per-interface `net.ipv6.conf.IFNAME.disable_ipv6` sysctl to `0` via the `endpoint.sysctls` driver option re-enables it so the interface accepts router advertisements. The section links to the `docker network connect` sysctl reference for the full mechanism. Also adds `ipv6`/`slaac` keywords to both pages for discoverability. Motivated by [moby/moby#52815](https://github.com/moby/moby/issues/52815), where the per-endpoint sysctl mechanism was hard to discover from the driver docs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
…
Docs @ Docker
Welcome to the Docker Documentation repository. This is the source for the Docker Docs Website.
Feel free to open pull requests or issues. Our docs are completely open source, and we deeply appreciate contributions from the Docker community!
Provide feedback
We’d love to hear your feedback! To submit feedback:
- Click New issue on the docs repository, or
- Click Request changes in the right column of every page on docs.docker.com, or
- Click Give feedback on every page in the docs.
To get community support, use the Docker Community Slack. Personalized support is available through the Docker Pro, Team, and Business subscriptions. See Docker Pricing for details.
If you have an idea for a new feature or behavior change in a specific aspect of Docker or have found a product bug, file an issue in the project's repository.
Contribute to Docker docs
We welcome contributions! To get started:
- CONTRIBUTING.md - Contribution workflow and setup
- STYLE.md - Writing style and content guidelines
- COMPONENTS.md - Component and shortcode usage
Copyright and license
Copyright 2013-2026 Docker, Inc., released under the Apache 2.0 license.
Description
Languages
Markdown
96.4%
HTML
2.4%
CSS
0.4%
Shell
0.2%
JavaScript
0.2%
Other
0.1%