mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Docker on Raspberry Pi 3 #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dado991 on GitHub (May 9, 2019).
Hi,
i'm trying to run the container over a raspberry pi 3b, but i'm getting this error when i start the container.
standard_init_linux.go:207: exec user process caused "exec format error"Googling i read that seems to be a architecture error, do you provide a container builded for arm devices?
Thanks!
@qdm12 commented on GitHub (May 9, 2019):
I'm working on it, should be ready in 10 minutes top 🚀 You're the first person to ask me about ARM devices, time to do it then 😄
@dado991 commented on GitHub (May 9, 2019):
Wow! Nice! Thank You so Much! 😄
I will gladly test it!
@qdm12 commented on GitHub (May 9, 2019):
Ok so it took me longer, I never did this for a Go program 😄
It's at the number 4 of this section of the readme.
Let me know if it works out!
I think your achitecture is ARM32v7 but it could also be ARM64v8, not too sure unfortunately.
@qdm12 commented on GitHub (May 9, 2019):
Note I just re-updated the instructions so it's simpler. If you have ARM32v7, try
or all in one line...
@qdm12 commented on GitHub (May 22, 2019):
Hi there,
Sorry I made a little mistake, I put
.instead ofhttps://github.com/qdm12/ddns-updater.gitfor the Docker build. I corrected the instructions above and in the readme, so it should work now.Thanks!