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 ## 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 ```bash
docker run --rm --name PEER_NAME --hostname PEER_NAME -d \ docker run --rm --name PEER_NAME --hostname PEER_NAME -d \