fahed dorgaa

Results 135 comments of fahed dorgaa

why not using `testutil.WordpressImage` or `testutil.NginxAlpineImage` image for your test cases ?

thank you for you request @Zheaoli . I start writing code for `journald` so let me finish it based on your refacto https://github.com/containerd/nerdctl/pull/1050 . You can enhance the rest of...

@Zheaoli What do you mean by readable logger and the unreadable logger here ?

> Probably we should support using multiple drivers simultaneously. Then we can read/write jsonfiles while writing to fluentd. We are creating a dependency between drivers here; `json-file` driver issue will...

@Zheaoli FYI I start working on `local` driver.

@Zheaoli implement the above list is enough at least for the moment

@AkihiroSuda I would say external driver; fluentbit driver(s) are be built as go plugin https://docs.fluentbit.io/manual/development/golang-output-plugins#build-a-go-plugin which can be easily handled as external driver. Also fluentbit have multiple deps so I...

@manugupt1 Sure let me cleanup what I did and push it ASAP

I started a PR around this https://github.com/containerd/nerdctl/pull/1115/files a few days ago. Unfortunately, I didn't have time to finish it. @yuchanns this may inspire you :)