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
2 changes: 2 additions & 0 deletions content/manuals/engine/security/rootless/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is already implied by "upgrade to Docker Engine v29.5 or later".
I don't think this PR is necessary.


#### Network is slow

Docker with rootless mode uses a TCP/IP stack running in user mode, such as:
Expand Down