Closed dalanmiller closed 1 year ago
Describe the bug Running image via podman on Raspberry Pi 4:
podman
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:
$ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
: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.
Describe the bug Running image via
podman
on Raspberry Pi 4:To Reproduce
Expected behavior Expected image to run as expected
Device:
:latest
Additional context Add any other context about the problem here.