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:
Adam Outler
2026-03-03 23:20:40 -05:00
committed by GitHub
parent 5c0f29b97c
commit da23880eb1

View File

@@ -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`.