EmbarkStudios / wg-ui

WireGuard Web UI for self-serve client configurations, with optional auth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

could not find slirp4netns

dalanmiller opened this issue · comments

commented

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:

  • OS:
$ lsb_release -a
No LSB modules are available.
Distributor ID:	Raspbian
Description:	Raspbian GNU/Linux 10 (buster)
Release:	10
Codename:	buster
  • Version: :latest

Additional context
Add any other context about the problem here.

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