Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

standard_init_linux.go:228: exec user process caused: exec format error #203

Open
YourHelper1 opened this issue Sep 8, 2021 · 3 comments

Comments

@YourHelper1
Copy link

YourHelper1 commented Sep 8, 2021

I completed installation as it is said and when i try to excecute the last command this happens:


sudo docker run  -it --privileged --mount type=bind,source=$HOME/.sentinel,target=/root/.sentinel -p 3000:3000 -p 1194:1194/udp sentinelofficial/sentinel-vpn-node
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
standard_init_linux.go:228: exec user process caused: exec format error

SO
i try running by specifing the platform getting another error:

~$ sudo docker run --platform linux/amd64 -it --privileged --mount type=bind,source=$HOME/.sentinel,target=/root/.sentinel -p 3000:3000 -p 1194:1194/udp sentinelofficial/sentinel-vpn-node
standard_init_linux.go:228: exec user process caused: exec format error

Running Ubuntu 21.04 on a rasberry pi 4B

@jay-dee7
Copy link

jay-dee7 commented Sep 8, 2021

@YourHelper1 can you try running without the --platform linux/amd64 flag? raspberry pi's are arm architecture and that might cause a problem here

@YourHelper1
Copy link
Author

@YourHelper1 can you try running without the --platform linux/amd64 flag? raspberry pi's are arm architecture and that might cause a problem here

I first run it like that but i got error so i try specifying it check the update

@jay-dee7
Copy link

jay-dee7 commented Sep 8, 2021

@YourHelper1 did you get the same error without the flag too?

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

No branches or pull requests

2 participants