Inital Adding of Compose Files
This commit is contained in:
7
compose_files/grafana-loki-syslog-aio-main/generator/Dockerfile
Executable file
7
compose_files/grafana-loki-syslog-aio-main/generator/Dockerfile
Executable file
@@ -0,0 +1,7 @@
|
||||
FROM grafana/promtail:2.3.0
|
||||
|
||||
RUN apt-get update && apt-get install -y netcat bc curl dumb-init bash procps coreutils vim net-tools
|
||||
|
||||
COPY ./entrypoint.sh /
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD [ "10", "500" ]
|
||||
Reference in New Issue
Block a user