- Connect to running container:
- determine container id by running
docker ps
- connect to the containers bash shell
docker exec -it afcc05100a61 bash
- determine container id by running
- Login to influxdb shell
influx -username LOGIN -password PASSWORD
- When volumes are mounted there are problems with saving data to it.
- Possible solutions:
sudo chown -R influxdb:influxdb /var/lib/influxdb
- Working but not safe solution:
sudo chmod -R 777 ~/docker-volumes/influxdb
- Grafana needs ownership of its volume for the user 472:
sudo chown -R 472:472 ./grafana
- Possible solutions:
-
Notifications
You must be signed in to change notification settings - Fork 0
bartoszwalicki/home-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Telegraf, Grafana and Mosquitto hub for RPi.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published