influxdata / influxdata/influxdata-docker

ARM support - "standard_init_linux.go:190: exec user process caused "exec format error""

Open
#228 9 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.