-
Notifications
You must be signed in to change notification settings - Fork 251
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
ARM support - "standard_init_linux.go:190: exec user process caused "exec format error"" #228
Comments
Are you still getting this? It works for me on arm64 machine. |
I'm getting the same error with the official docker composer thing, |
If you are still having these problems, here is a repo with relevant links. |
Same error with chronograf on ARMv8 64-bit Influxdb itself seems to run just fine on the same platform |
The issue is still not fixed, I cannot run the docker image |
I was having the same issue with the quay.io images (@Kezii nailed the issue above 👍) however I was able to use the docker run --rm -p 8086:8086 quay.io/influxdb/influxdb:nightly The For anyone else who finds this and wants to build a |
having the same issue for raspbian 32 bit here, any plan on supportin 32bit cpu? |
Any solution on this topic? Still have this issue with |
You cannot run a 64 bit image on a 32 Bit os. use arm32v7 |
I am unable to run influxdb on Raspberry Pi 3. Latest Raspbian.
To reproduce:
$ docker volume create influxdb-storage
$ docker run -d -p 8086:8086 -p 8083:8083 -h influxdb --name=influxdb -v influxdb-storage:/var/lib/influxdb influxdb/influxdb
You then get:
standard_init_linux.go:190: exec user process caused "exec format error"
The influxdb image on Docker Hub states:
Please can you advise? Why am I getting this runtime error?
The text was updated successfully, but these errors were encountered: