You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wireguard container is stuck in "Restarting" state (when I run docker ps)
pi@pi:/opt $ docker compose up wireguard
WARN[0000] The "proxy" variable is not set. Defaulting to a blank string.
[+] Running 2/2
✔ Container wireguard Recreated 3.2s
! wireguard The requested image's platform (linux/arm64) does not match the detected host platform (linux/arm/v8) and no specific platform was requested 0.0s
Attaching to wireguard
wireguard exited with code 0
You've got a mixed kernel/userspace install as a result of Raspbian forcibly upgrading your kernel to 64-bit and as a result you can't run most images, even forcing the architecture via the tag.
You need to install a pure 64-bit OS as we (and many others) no longer support 32-bit arm platforms.
Is there an existing issue for this?
Current Behavior
The wireguard container is stuck in "Restarting" state (when I run docker ps)
apparently more people have this problem: https://www.reddit.com/r/WireGuard/comments/15llgee/wireguard_docker_container_the_requested_images/
Expected Behavior
It should start successfully
Steps To Reproduce
Environment
I have a Raspberry Pi 4. $ uname -a Linux pi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
How docker service was installed:
CPU architecture:
arm64
Docker creation:
Container logs
The text was updated successfully, but these errors were encountered: