Skip to content

Conversation

@rajdeepcoder10
Copy link

This pull request improves the IPv6 networking documentation by adding a clear warning that the IPv6 prefix 2001:db8::/64 is reserved strictly for documentation and example purposes.

The update helps prevent users from mistakenly using reserved IPv6 ranges in real-world environments, which could lead to misconfiguration or unexpected network behavior. It also guides users to replace the example prefix with a valid IPv6 subnet allocated to their network.

This change enhances clarity, accuracy, and usability of the documentation for developers and system administrators.

Related issues or tickets

N/A

Updated the IPv6 documentation with a warning about using reserved prefixes.
@netlify
Copy link

netlify bot commented Jan 21, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit c3b684c
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/697135a2ff8de40008929dac
😎 Deploy Preview https://deploy-preview-24004--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added area/engine Issue affects Docker engine/daemon area/networking Relates to anything around networking labels Jan 21, 2026
@@ -1,4 +1,4 @@
---
<img width="551" height="460" alt="image" src="https://github.com/user-attachments/assets/2273bb84-8412-41f4-a7e0-bb2feb2505f4" />---
Copy link
Contributor

Choose a reason for hiding this comment

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

?

```console
$ docker network create --ipv6 --subnet 2001:db8::/64 ip6net
```
> ⚠️ **Note:** The IPv6 prefix `2001:db8::/64` is reserved for documentation and examples only.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
> ⚠️ **Note:** The IPv6 prefix `2001:db8::/64` is reserved for documentation and examples only.
> [!NOTE]
> The IPv6 prefix `2001:db8::/64` is reserved for documentation and examples only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/engine Issue affects Docker engine/daemon area/networking Relates to anything around networking

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants