Image is based on:
https://hub.docker.com/r/fgabriel/rpi-influxdb/
STEP 1. Open netPI's landing page under https://<netpi's ip address>.
STEP 2. Click the Docker tile to open the Portainer.io Docker management user interface.
STEP 3. Enter the following parameters under Containers > Add Container
Image: flolo/influxdb_chronograf
Restart policy : always
Port mapping for Chronograf: Host "8888" (any unused one) -> Container "8888"
Port mapping for InfluxDB: Host "8086" (any unused one) -> Container "8086"
Runtime > Privileged mode : On
Runtime > Devices > add device: Host "/dev/sda1"-->container "/dev/sda1"
STEP 4. Press the button Actions > Start container
Pulling the image from Docker Hub may take up to 5 minutes.
Run image like this
** docker run -d --name InfluxDB -p 8888:8888 -p 8086:8086 --privileged --device=/dev/sda1:/dev/sda1 influxdb_chronograf_image_name **
Content type
Image
Digest
Size
181.9 MB
Last updated
about 8 years ago
docker pull flolo/influxdb_chronograf