Skip to content
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
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