From 5fe0de4379719d131d2313af81e2bb894c4e5004 Mon Sep 17 00:00:00 2001 From: Brandon Hopkins <76761586+TechHutTV@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:51:43 -0800 Subject: [PATCH] Fix typo in rootless image section (#605) --- src/pages/get-started/install/docker.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/get-started/install/docker.mdx b/src/pages/get-started/install/docker.mdx index 5d5c775b..9922991a 100644 --- a/src/pages/get-started/install/docker.mdx +++ b/src/pages/get-started/install/docker.mdx @@ -85,7 +85,7 @@ You could also omit the `--setup-key` property. In this case, the tool will prom ## Rootless Image -In come cases you may want to run our [rootless image](https://hub.docker.com/layers/netbirdio/netbird/rootless-latest). Rootless mode operates within a user namespace, reducing the attack surface compared to standard rootful Docker. The rootless mode leverages netstack from the gVisor Go package, enabling the WireGuard stack to run entirely in userspace, circumventing the need for kernel-level access. +In some cases you may want to run our [rootless image](https://hub.docker.com/layers/netbirdio/netbird/rootless-latest). Rootless mode operates within a user namespace, reducing the attack surface compared to standard rootful Docker. The rootless mode leverages netstack from the gVisor Go package, enabling the WireGuard stack to run entirely in userspace, circumventing the need for kernel-level access. ```bash docker run --rm --name PEER_NAME --hostname PEER_NAME -d \ @@ -94,4 +94,4 @@ docker run --rm --name PEER_NAME --hostname PEER_NAME -d \ netbirdio/netbird:rootless-latest ``` -`rootless` is well supported and works without any privileges. However, it will only be useful for inbound access or as routing peer (no outbound connections except via socks proxy) \ No newline at end of file +`rootless` is well supported and works without any privileges. However, it will only be useful for inbound access or as routing peer (no outbound connections except via socks proxy)