Hi,
Thanks for your work !
I am using alpine with podman instead of docker. The container is working fine but it is unable to crawl unless I provide either :
podman run -d
--name strix
--network host
--cap-add=NET_RAW
--cap-add=NET_ADMIN
--restart unless-stopped
eduard256/strix:latest
or
podman run -d
--name strix
--network host
--privileged
--restart unless-stopped
eduard256/strix:latest
My configuration is a bit usual (bare metal alpine and I want to stick to podman) so it probably not very wild spread thing, but maybe worth adding this to the documentation ?
Hi,
Thanks for your work !
I am using alpine with podman instead of docker. The container is working fine but it is unable to crawl unless I provide either :
podman run -d
--name strix
--network host
--cap-add=NET_RAW
--cap-add=NET_ADMIN
--restart unless-stopped
eduard256/strix:latest
or
podman run -d
--name strix
--network host
--privileged
--restart unless-stopped
eduard256/strix:latest
My configuration is a bit usual (bare metal alpine and I want to stick to podman) so it probably not very wild spread thing, but maybe worth adding this to the documentation ?