mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-27 15:26:45 +00:00
docs: explain why NET_ADMIN capability is required
This commit is contained in:
@@ -222,6 +222,7 @@ services:
|
|||||||
**Docker Configuration Notes:**
|
**Docker Configuration Notes:**
|
||||||
|
|
||||||
- `network_mode: host` brings the olm network interface to the host system, allowing the WireGuard tunnel to function properly
|
- `network_mode: host` brings the olm network interface to the host system, allowing the WireGuard tunnel to function properly
|
||||||
|
- `cap_add: - NET_ADMIN` is required to grant the container permission to manage network interfaces
|
||||||
- `devices: - /dev/net/tun:/dev/net/tun` is required to give the container access to the TUN device for creating WireGuard interfaces
|
- `devices: - /dev/net/tun:/dev/net/tun` is required to give the container access to the TUN device for creating WireGuard interfaces
|
||||||
|
|
||||||
### Windows Service
|
### Windows Service
|
||||||
|
|||||||
Reference in New Issue
Block a user