From 0571430b6a9c6ff1742baede7c265c3c5e9e3322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Tue, 1 Sep 2026 16:49:34 +0200 Subject: [PATCH] engine/rootless: Document pesto port driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- content/manuals/engine/security/rootless/troubleshoot.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/manuals/engine/security/rootless/troubleshoot.md b/content/manuals/engine/security/rootless/troubleshoot.md index ef1c9567e4f..a683f71e636 100644 --- a/content/manuals/engine/security/rootless/troubleshoot.md +++ b/content/manuals/engine/security/rootless/troubleshoot.md @@ -244,6 +244,7 @@ the configurations supported by RootlessKit, and how they compare: | `gvisor-tap-vsock`| `gvisor-tap-vsock`| Slow | Slow | ❌ | ✅ | Not recommended. Use `builtin` port driver instead. | | `slirp4netns` | `slirp4netns` | Slow | Slow | ✅ | ✅ | | | `pasta` | `implicit` | Slow | Fast ✅ | ✅ | ✅ | Experimental; Needs pasta version 2023_12_04 or later | +| `pasta` | `pesto` | — | — | — | — | IPv4 only; needs Docker Engine 29.8+ | | `lxc-user-nic` | `builtin` | Fast ✅ | Fast ✅ | ✅ (*) | ❌ | Experimental | | `bypass4netns` | `bypass4netns` | Fast ✅ | Fast ✅ | ✅ | ✅ | **Note:** Not integrated to RootlessKit as it needs a custom seccomp profile |