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
{{ message }}
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
I completed installation as it is said and when i try to excecute the last command this happens:
SO
i try running by specifing the platform getting another error:
Running Ubuntu 21.04 on a rasberry pi 4B
The text was updated successfully, but these errors were encountered: