mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 00:46:35 +00:00
Fix typo in rootless image section (#605)
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user