mirror of
https://github.com/wahyd4/tig-stack.git
synced 2026-08-20 10:36:03 +10:00
13 lines
266 B
Docker
13 lines
266 B
Docker
FROM telegraf:latest
|
|
MAINTAINER Mateusz Trojak <mateusz.trojak@gmail.com>
|
|
LABEL version="1.0"
|
|
LABEL description="Telegraf Image with added system variables"
|
|
|
|
ADD telegraf.template.conf /telegraf.template.conf
|
|
|
|
ADD run.sh /run.sh
|
|
RUN chmod +x /*.sh
|
|
|
|
CMD ["/run.sh"]
|
|
|