EmbarkStudios / wg-ui

WireGuard Web UI for self-serve client configurations, with optional auth.
Apache License 2.0
1.5k stars 129 forks source link

could not find slirp4netns #150

Closed dalanmiller closed 1 year ago

dalanmiller commented 3 years ago

Describe the bug Running image via podman on Raspberry Pi 4:

ERRO[0000] could not find slirp4netns, the network namespace won't be configured: exec: "slirp4netns": executable file not found in $PATH
Error: OCI runtime error: unknown cap: `CAP_BPF`

To Reproduce

podman run --rm -it --privileged --entrypoint "/wireguard-ui" -v /tmp/wireguard-ui:/data -p 8080:8080 -p 5555:5555 embarkstudios/wireguard-ui:latest --data-dir=/data --log-level=debug

Expected behavior Expected image to run as expected

Device:

Additional context Add any other context about the problem here.

No-ops commented 1 year ago

This seems to be related to a dependency podman has for networking. Closing this since it's not related to this project.