mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-26 11:23:27 -04:00
Update docs/docker-troubleshooting/arp-flux-sysctls.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -37,8 +37,7 @@ Set these sysctls at container runtime.
|
||||
docker run \
|
||||
--sysctl net.ipv4.conf.all.arp_ignore=1 \
|
||||
--sysctl net.ipv4.conf.all.arp_announce=2 \
|
||||
jokob-sk/netalertx:latest
|
||||
```
|
||||
ghcr.io/netalertx/netalertx:latest
|
||||
|
||||
> **Note:** Setting `net.ipv4.conf.all.arp_ignore` and `net.ipv4.conf.all.arp_announce` may fail with "operation not permitted" unless the container is run with elevated privileges. To resolve this, you can:
|
||||
> - Use `--privileged` with `docker run`.
|
||||
|
||||
Reference in New Issue
Block a user