Sign inSign up

jiechau/fluentd

By jiechau

Updated over 2 years ago

fluent-gem install fluent-plugin-elasticsearch

Image
0

1.2K

jiechau/fluentd repository overview

FROM fluent/fluentd:edge-debian

#FROM fluent/fluentd:edge
#USER root
#RUN fluent-gem install fluent-plugin-elasticsearch
#USER fluent
#EXPOSE 24224 24224/udp

FROM fluent/fluentd:edge-debian
USER root
RUN fluent-gem install fluent-plugin-elasticsearch

and some net tools
and python for debug
docker run -it --rm jiechau/fluentd:edge
docker run -it --rm registry.gitlab.com/jiechau/fluentd:edge
docker run -it --rm ghcr.io/jiechau/fluentd:edge
kubectl run my-fluentd -it --rm -n apps --image jiechau/fluentd -- bash
kubectl run my-fluentd -it --rm -n apps --image registry.gitlab.com/jiechau/fluentd -- bash
kubectl run my-fluentd -it --rm -n apps --image ghcr.io/jiechau/fluentd -- bash

Tag summary

Content type

Image

Digest

sha256:c6f1f85b5

Size

138.1 MB

Last updated

over 2 years ago

docker pull jiechau/fluentd