Hallo,
beim Ausführen des Befehls "docker-compose -f docker-compose.yml up" wird folgender FEhler gemeldet:
⠿ Container scrutiny Created 0.0s
Attaching to scrutiny
Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/volume1/docker/scrutiny/influxdb" to rootfs at "/opt/scrutiny/influxdb": mount /volume1/docker/scrutiny/influxdb:/opt/scrutiny/influxdb (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
Zuvor wurden die Pfade config und influxdb erstellt und die Datei config/collector.yaml erstellt.
Wiie muss die influxdb erstellt werden, wenn es sich nicht um einen Ordner handelt?
Nachtrag:
Zwischenzeit habe ich erfahren, wie die fluxdb erstellt werden kann. Dazu wurde ein Docker Container
alhazmy13/telegraf-influxdb-grafana erstellt und ausgeführt. Soweit so gut. Nun steht die Frage im Raum, wo die Fluxdb-Datei im Container zu finden ist. Nach der /etc/influxdb/influxdb.conf kann man sogar ein Zugriff auf die influxdb via udp aktivieren.