fluent / fluent/fluentd-ui

container auto start/setup

Open
#287 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
600
Forks
73
PR merge metrics
No merged PRs in 30d

Description

I run it inside a docker container using this definition

>

FROM xoroz/fluentdui:latest
MAINTAINER Felipe Ferreira felipe.ferreira@iit.it
RUN apt-get update -qq
RUN apt-get install -y wget gnupg2 ruby-full gcc make
RUN gem install fluentd
RUN gem install fluent-plugin-elasticsearch
RUN apt install -y zlib1g-dev patch
RUN gem install -V fluentd-ui
RUN mkdir -p /etc/fluent
COPY ./fluent.conf /etc/fluent/
EXPOSE 9292/tcp
EXPOSE 5140/tcp
EXPOSE 5140/udp
ENTRYPOINT [ "/usr/local/bin/fluentd-ui", "start" ]

>

the only problem is that everytime i bring up the container I have to manualy enter via WEB
to configure and start

it it posibile to auto setup/start some how ?

thank you all for this very cool software

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the provided Docker definition and the /usr/local/bin/fluentd-ui start entry point. Trace how configuration and startup currently depend on the web UI, then define what container startup must do automatically and how completion can be verified without manual web configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, ruby
Domain
devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.