I tried running the official container on a raspberry pi. Followed the instructions at Docker.
docker run -p 8086:8086
-v influxdb:/var/lib/influxdb
influxdb
docker ps -a
reports:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES a614a9a6db22 influxdb "/entrypoint.sh infl…" 23 minutes ago Exited (139) 23 minutes ago stupefied_ramanujan
No error logs are generated and I’m not clear what exit code 139 translates to. Any ideas?
For what it is worth, I’m on Debian (Raspian) Stretch:
uname -a
output:
Linux raspberrypi 4.14.30+ #1102 Mon Mar 26 16:20:05 BST 2018 armv6l GNU/Linux
Thanks!