mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #187] Rraspberry Pi can not start #172
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @microzhang715 on GitHub (May 6, 2020).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/187
when i use Rraspberry Pi (ArmV7) to run docker image, it will be errors below
standard_init_linux.go:211: exec user process caused "exec format error"
how to fix it?
@shaomeng commented on GitHub (May 6, 2020):
That error message means you're running a docker image for a different architecture. You'll need to build the docker image for raspberry pis by yourself.