From c64b8ba44a305ccb46b667e55920abc7613c0948 Mon Sep 17 00:00:00 2001 From: Aradhya Sharma Date: Sat, 29 Aug 2026 20:36:17 +0530 Subject: [PATCH] docs: clarify rootless host network limitation --- content/manuals/engine/security/rootless/troubleshoot.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/manuals/engine/security/rootless/troubleshoot.md b/content/manuals/engine/security/rootless/troubleshoot.md index ef1c9567e4f..edb4cbaf841 100644 --- a/content/manuals/engine/security/rootless/troubleshoot.md +++ b/content/manuals/engine/security/rootless/troubleshoot.md @@ -296,6 +296,8 @@ network namespace. Use `docker run -p` instead. This was an expected behavior until Docker Engine v29.5, as the daemon was namespaced inside RootlessKit's network namespace. Use `docker run -p` instead, or upgrade to Docker Engine v29.5 or later. +**As of Docker Engine v29.5, `--net=host` correctly listens on the host network namespace.** + #### Network is slow Docker with rootless mode uses a TCP/IP stack running in user mode, such as: