EmbarkStudios / wg-ui

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not understanding how to get the Docker Arm version

alessandro-massarenti opened this issue · comments

I tried running the docker container on my raspberry pi 4 but I get

standard_init_linux.go:207: exec user process caused "exec format error"

the usual error is thrown by the wrong architecture.

To resolve this problem I tried searching on older issues, and I found that 1.1.0 version has been compiled for arm, this said I see that the docker container has not been build for arm, is it possible to get one?

thank you in advance

That's correct, currently you need to create your own Dockerfile for arm. We've not taken final decision on which platforms we should support yet.

Oh, ok, good to know.

(Still thankful for you job)