Nadeshiko Manju

Results 215 comments of Nadeshiko Manju

@YangKian Is there any update about this PR? And you may need solve the conflict first

For now, the description in README.md (**To run containerd and nerdctl inside Docker** ) just represents that the containerd service needs `privileged` (You can see the Dockerfile). The `--privileged` is...

I think maybe we can follow the following design. ```yaml services: foo: image: bar x-nerdctl-verify: cosign x-nerdctl-cosign-key: /path/to/cosign.pub foo2: image: bar x-nerdctl-need-verify: true codesign: x-nerdctl-cosign-key: /path/to/cosign.pub ``` People can spec...

I think this proposal is making sense. I will make a try to impl it. cc @AkihiroSuda would you mind assigning this issue to me?

> Any news about this 'stop' command implementation ? :) > > Best will be also to just start the stop containers defined in the compose file to not loose...

> I guess we should extend https://github.com/containerd/nerdctl/blob/master/docs/config.md to support specifying the default `nerdctl run` template and the `nerdctl build` template I think this is making sense How about this? ```toml...

> Hi @AkihiroSuda @Zheaoli , I‘d like to have a try, can you assign this to me? Of course

Maybe I can handle the rest of the task in this issue. @fahedouch would you mind this issue to me?

@fahedouch Great! Maybe I can write the `fluentd` and `syslog` first. BTW, maybe we need spilt the logger in two parts: the readable logger and the unreadable logger

Yes, because some of the loggers such as `fluentd` can not read the log directly after we wrote the log. So I think maybe we need to split the logger...