Arthur

Results 2 comments of Arthur

https://github.com/nodeca/js-yaml i've a project using `js-yaml` pretty easy to use.

i have this and it works ``` FROM fluent/fluentd:v0.12.21 USER fluent WORKDIR /home/fluent ENV PATH /home/fluent/.gem/ruby/2.2.0/bin:$PATH RUN gem install fluent-plugin-secure-forward && \ gem install fluent-plugin-elasticsearch EXPOSE 24284 CMD fluentd -c...