Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Revise IPv6 networking documentation #24004

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

Open
rajdeepcoder10 wants to merge 1 commit into docker:main
base: main
Choose a base branch
Loading
from rajdeepcoder10:ipv6-doc-improvement
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content/manuals/engine/daemon/ipv6.md
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -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.

?

title: Use IPv6 networking
weight: 20
description: How to enable IPv6 support in the Docker daemon
Expand All @@ -23,6 +23,9 @@ IPv6 is only supported on Docker daemons running on Linux hosts.
```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.

> When configuring real environments, replace it with a valid IPv6 subnet allocated to your network.


- Using a Docker Compose file:

Expand Down

AltStyle によって変換されたページ (->オリジナル) /