documentation

This commit is contained in:
2024-05-31 16:39:22 +01:00
parent 1724a592b0
commit fe80588c07
3 changed files with 31 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ docker pull telegraf
docker container stop telegraf
docker container remove telegraf
scriptPath=$(dirname "$0")
scriptPath="$(dirname "$(readlink -f "$0")")"
docker run -d --name=telegraf \
-v /var/run/docker.sock:/var/run/docker.sock \