oneuptime/Fluentd/Dockerfile.tpl

10 lines
156 B
Docker
Raw Normal View History

2024-02-02 12:21:29 +00:00
FROM fluentd
2024-02-16 07:40:22 +00:00
# This container will only run in dev env, so this is ok.
2024-02-02 12:21:29 +00:00
USER root
2024-02-16 07:40:22 +00:00
2024-02-02 12:21:29 +00:00
# Install bash and curl.
RUN apk add bash curl
EXPOSE 24224
EXPOSE 8888