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