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

@YourHelper1

Description

@YourHelper1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions