From da23880eb1a1af573d1fa3ed563327e76ecd5d15 Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Tue, 3 Mar 2026 23:20:40 -0500 Subject: [PATCH] Update docs/docker-troubleshooting/arp-flux-sysctls.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- docs/docker-troubleshooting/arp-flux-sysctls.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docker-troubleshooting/arp-flux-sysctls.md b/docs/docker-troubleshooting/arp-flux-sysctls.md index 29a40456..958118de 100644 --- a/docs/docker-troubleshooting/arp-flux-sysctls.md +++ b/docs/docker-troubleshooting/arp-flux-sysctls.md @@ -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`.