influxdata / influxdata/influxdata-docker
ARM support - "standard_init_linux.go:190: exec user process caused "exec format error""
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 364
- Forks
- 255
- Avg merge
- 3h 18m
- Merged PRs (30d)
- 7
Description
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:
```
amd64, arm32v7, arm64v8
```
Please can you advise? Why am I getting this runtime error?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the documented docker run command on a Raspberry Pi 3 and inspect the influxdb/influxdb image architecture metadata. Done means identifying why the ARM image produces the exec format error and documenting or correcting a way to run the image successfully on the reported Raspbian setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, linux, raspberry-pi
- Domain
- embedded-iot, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100