Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container fails to start #5

Closed
9dc opened this issue Sep 30, 2021 · 2 comments
Closed

Container fails to start #5

9dc opened this issue Sep 30, 2021 · 2 comments

Comments

@9dc
Copy link

9dc commented Sep 30, 2021

Every time i want to start the container it gives me this error in the Log:

standard_init_linux.go:207: exec user process caused "exec format error"

docker run -d --name unifi-protect-arm64 \ --privileged \ --tmpfs /run \ --tmpfs /run/lock \ --tmpfs /tmp \ -v /sys/fs/cgroup:/sys/fs/cgroup:ro \ -v /home/protect-storage/srv:/srv \ -v /home/protect-storage/data:/data \ --network host \ markdegroot/unifi-protect-arm64:latest

Any idea?
Running on a fresh Raspberry Pi 4 8 GB
200 GB SD Card

@markdegrootnl
Copy link
Owner

Hi 9dc,

Please run the following command on your Pi and post the output: uname -a.

I think you're running a 32 bits OS on the Raspberry Pi. You need a arm64 operating system to run the container.

@9dc
Copy link
Author

9dc commented Sep 30, 2021

thanks now it works! i had 32 bit

@9dc 9dc closed this as completed Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants