Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

container auto start/setup #287

Open
xoroz opened this issue Mar 28, 2019 · 1 comment
Open

container auto start/setup #287

xoroz opened this issue Mar 28, 2019 · 1 comment

Comments

@xoroz
Copy link

xoroz commented Mar 28, 2019

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

@okkez
Copy link
Contributor

okkez commented Mar 29, 2019

Maybe the following steps will help you (not tested)

  1. Set up your fluentd-ui
  2. Generate your fluentd-ui and fluentd configuration via WEB
  3. Store your fluentd-ui and fluentd configuration
  4. COPY them into your container
  5. Run the new container with fluentd-ui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants