Add docker_log monitoring to telegraf

This commit is contained in:
Tobias Reisinger 2023-12-13 01:11:54 +01:00
parent 253206da97
commit a90840b1dc
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 58 additions and 13 deletions

View file

@ -1,6 +1,3 @@
FROM ubuntu
FROM restic/restic
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update -y \
&& apt install -y curl restic
RUN apk add curl