Skip to content

Issue with the docker rights #6

@Lsm-CVX

Description

@Lsm-CVX

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions