Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it support raspberry pi docker? #3

Open
diyism opened this issue Feb 1, 2019 · 1 comment
Open

Does it support raspberry pi docker? #3

diyism opened this issue Feb 1, 2019 · 1 comment

Comments

@diyism
Copy link

diyism commented Feb 1, 2019

[root@barge bargee]# uname -a
Linux barge 4.4.20-rpi-barge #1 SMP PREEMPT Tue Sep 20 02:14:51 UTC 2016 armv7l GNU/Linux
[root@barge bargee]# docker run -it --rm --cap-add net_admin --cap-add sys_module -v /etc/wireguard:/etc/wireguard -v /lib/modules:/lib/modules -p 21403:5555/udp activeeos/wireguard-docker
exec format error
docker: Error response from daemon: Cannot start container 55bb0e7545061f530705e4a7da556a4596d5c6edcec6eb0558750c7e23aa3550: [9] System error: exec format error.
@rmoriz
Copy link

rmoriz commented Feb 8, 2019

Docker Hub by default only builds amd64 images unless you do some black magic. You should clone the repo and just built the dockerfile yourself (on the device, our when using qemu binfm on a x86 linux node)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants