We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e0d48 commit b770fc0Copy full SHA for b770fc0
1 file changed
content/manuals/engine/security/rootless/troubleshoot.md
@@ -307,7 +307,8 @@ Use `docker run --net=host` to bypass the user-mode TCP/IP stack.
307
This is applicable since Docker Engine v29.5.
308
However, this requires the container to share the host network namespace, which may not be desirable for security reasons.
309
310
-**Workaround 2**
+##### Workaround 2: disable user-mode TCP/IP stack
311
+
312
Alternatively, you can use the `lxc-user-nic` network driver (experimental) to disable the user-mode TCP/IP stack entirely.
313
However, this requires configuring `/etc/lxc/lxc-usernet` for enabling the privileged helper.
314
0 commit comments