FYI, to simplify the usage of `yamlreader`, I created the [logimethods/yamlreader](https://hub.docker.com/r/logimethods/yamlreader/) Docker Image that embeds it. Typical usage: ``` docker run -v $(pwd):/files logimethods/yamlreader file1.yml file2.yml ```
FYI, to simplify the usage of
yamlreader, I created the logimethods/yamlreader Docker Image that embeds it.Typical usage: