Cheyi Lin

Results 3 issues of Cheyi Lin

We got the following error when sending messages from filebeat to fluentd: ``` unexpected error error="undefined method `[]=' for nil:NilClass" ``` With the traceback: ``` /var/lib/gems/2.3.0/gems/fluent-plugin-beats-0.1.2/lib/fluent/plugin/in_beats.rb:103:in `block (3 levels) in...

- Add Travis CI build status image & link - Update/Fix Lua dist version for Travis CI `lua5.2: 5.2.3 -> 5.2.4` `lua5.3: 5.3.0-beta -> 5.3.0` - Update Travis CI to...

Currently the only way to use `ctop` with Docker servers use non-default endpoint `unix:///var/run/docker.sock` is to set/override `DOCKER_HOST` environment variable. For instance, with `colima` ([refs](https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#cannot-connect-to-the-docker-daemon-at-unixvarrundockersock-is-the-docker-daemon-running)): ```bash export DOCKER_HOST=unix:///${HOME}/.colima/default/docker.sock ``` Would...