From c76b47e75c0a6cc9219575e2c419297ef48e9ebe Mon Sep 17 00:00:00 2001 From: Louis-Arnaud Catoire Date: Mon, 4 May 2026 16:02:24 +0200 Subject: [PATCH 1/2] docs: link to RootlessKit docs on master instead of v2.0.0 The RootlessKit network and port docs were linked at the v2.0.0 tag, so readers had no way to tell whether the linked content reflects current RootlessKit behavior or a frozen older snapshot. Linking to the master branch (default branch on rootless-containers/rootlesskit, verified) so the references stay current as upstream evolves. Closes #24941 --- content/manuals/engine/security/rootless/troubleshoot.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/engine/security/rootless/troubleshoot.md b/content/manuals/engine/security/rootless/troubleshoot.md index 2a298a94eb50..26045872bb51 100644 --- a/content/manuals/engine/security/rootless/troubleshoot.md +++ b/content/manuals/engine/security/rootless/troubleshoot.md @@ -286,7 +286,7 @@ If slirp4netns is not installed, Docker falls back to [VPNKit](https://github.co Installing slirp4netns may improve the network throughput. For more information about network drivers for RootlessKit, see -[RootlessKit documentation](https://github.com/rootless-containers/rootlesskit/blob/v2.0.0/docs/network.md). +[RootlessKit documentation](https://github.com/rootless-containers/rootlesskit/blob/master/docs/network.md). Also, changing MTU value may improve the throughput. The MTU value can be specified by creating `~/.config/systemd/user/docker.service.d/override.conf` with the following content: @@ -345,8 +345,8 @@ To change the RootlessKit networking configuration: For more information about networking options for RootlessKit, see: -- [Network drivers](https://github.com/rootless-containers/rootlesskit/blob/v2.0.0/docs/network.md) -- [Port drivers](https://github.com/rootless-containers/rootlesskit/blob/v2.0.0/docs/port.md) +- [Network drivers](https://github.com/rootless-containers/rootlesskit/blob/master/docs/network.md) +- [Port drivers](https://github.com/rootless-containers/rootlesskit/blob/master/docs/port.md) ### Tips for debugging From fc7b0a17db35829ed9c672c8fa308907853a1951 Mon Sep 17 00:00:00 2001 From: Louis-Arnaud Catoire Date: Mon, 4 May 2026 16:04:31 +0200 Subject: [PATCH 2/2] Use v3.0.0 (bundled RootlessKit version) instead of master Docker Engine ships RootlessKit v3.0.0 (per moby/moby Dockerfile), and v3.0.0 is also the latest upstream release. Pinning to v3.0.0 keeps the linked content aligned with the binary the reader actually has, while still being current. Avoids the master-branch risk of mentioning post-release features that aren't in the shipped binary. --- content/manuals/engine/security/rootless/troubleshoot.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/engine/security/rootless/troubleshoot.md b/content/manuals/engine/security/rootless/troubleshoot.md index 26045872bb51..6bb8810d2bb1 100644 --- a/content/manuals/engine/security/rootless/troubleshoot.md +++ b/content/manuals/engine/security/rootless/troubleshoot.md @@ -286,7 +286,7 @@ If slirp4netns is not installed, Docker falls back to [VPNKit](https://github.co Installing slirp4netns may improve the network throughput. For more information about network drivers for RootlessKit, see -[RootlessKit documentation](https://github.com/rootless-containers/rootlesskit/blob/master/docs/network.md). +[RootlessKit documentation](https://github.com/rootless-containers/rootlesskit/blob/v3.0.0/docs/network.md). Also, changing MTU value may improve the throughput. The MTU value can be specified by creating `~/.config/systemd/user/docker.service.d/override.conf` with the following content: @@ -345,8 +345,8 @@ To change the RootlessKit networking configuration: For more information about networking options for RootlessKit, see: -- [Network drivers](https://github.com/rootless-containers/rootlesskit/blob/master/docs/network.md) -- [Port drivers](https://github.com/rootless-containers/rootlesskit/blob/master/docs/port.md) +- [Network drivers](https://github.com/rootless-containers/rootlesskit/blob/v3.0.0/docs/network.md) +- [Port drivers](https://github.com/rootless-containers/rootlesskit/blob/v3.0.0/docs/port.md) ### Tips for debugging