I am trying to install google-fluentd agent on a docker and get the following error:
Restarting google-fluentd: google-fluentd ... failed!
The OS is Debian GNU/Linux 9 (stretch)
Docker file snippet:
RUN cd /tmp && curl -sSO https://dl.google.com/cloudagents/install-logging-agent.sh
RUN bash /tmp/install-logging-agent.sh
When i install it on a running docker image it works.
Has anyone encountered this issue?