• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MySQL database
#5
The Influxdb coontainer supports ARM processor from the beginning and can be used on netPI right away. Here is the Docker homepage of Influxdb container: https://hub.docker.com/_/influxdb.

I have tested InfluxDB myself 1 year ago with version 1.7.8 successfully on netPI.

On netPI use the "add container" function with the following settings:


   name: influxdb
   image: influxdb:1.7.8
   restart: always
   network port mapping:
     - "host -> 8086: container -> 8086"
   networks:
     - bridge
   environment variables:
     - INFLUXDB_DB=db0
     - INFLUXDB_ADMIN_ENABLED=true
     - INFLUXDB_ADMIN_USER=admin
     - INFLUXDB_ADMIN_PASSWORD=12345678
     - INFLUXDB_USER=user
     - INFLUXDB_USER_PASSWORD=12345678


Of course you can change my dummy passwords with any other passwords you like.

After the successful deployment of this container you can test the influxdb container very easy using standard Node-RED and install influxdb read/write nodes additionally as documented here: https://flows.nodered.org/node/node-red-...b-influxdb.
You never fail until you stop trying.“, Albert Einstein (1879 - 1955)

  Reply


Messages In This Thread
MySQL database - by DSongra - December-31st-2020, 01:55 PM
RE: MySQL database - by Armin@netPI - December-31st-2020, 03:46 PM
RE: MySQL database - by MGharat - January-6th-2021, 06:05 AM
RE: MySQL database - by Armin@netPI - January-6th-2021, 06:35 AM
RE: MySQL database - by Armin@netPI - January-6th-2021, 01:37 PM
RE: MySQL database - by DSongra - January-7th-2021, 05:04 AM
RE: MySQL database - by Armin@netPI - January-7th-2021, 05:34 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [SOLVED] MySQL Container / Server in another Container? paubau 2 2,962 September-5th-2018, 08:00 AM
Last Post: paubau

Forum Jump:


Users browsing this thread: 1 Guest(s)