mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26: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
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user