当docker执行用户为root用户 和 文件 docker-compose/mock-filebeat.yml 用户不对应时,mock-filebeat 会启动失败。 `Exiting: error loading config file: config file ("filebeat.yml") must be owned by the user identifier (uid=1000) or root` 在quickstart 这种测试场景中,是不是考虑给ting001/file-beat-ck 加上 -strict.perms=false 启动参数 https://www.elastic.co/guide/en/beats/libbeat/5.3/config-file-permissions.html#_disabling_strict_permission_checks