Fix typo in rootless image section (#605)

This commit is contained in:
Brandon Hopkins
2026-02-16 09:51:43 -08:00
committed by GitHub
parent 417b08cf1a
commit 5fe0de4379

View File

@@ -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)
`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)