I am trying to install influxDB docker image on my raspberry pi 4B, running raspberry Pi OS.
When I’m trying to pull the docker image, I do the following, and get the following message:
sudo docker pull influxdb
Using default tag: latest
latest: Pulling from library/influxdb
no matching manifest for linux/arm/v8 in the manifest list entries
Any ideas how I can get this to work?
Best wishes