ningmingxiao

Results 304 comments of ningmingxiao

> It does seem like a task for the Go compiler, not each project. [rustc is doing that](https://github.com/rust-lang/rust/issues/38550) already. [It was proposed in Go](https://github.com/golang/go/issues/53048), although it hadn't been accepted. >...

do you have some tools to auto change these codes? find it fieldalignment at https://github.com/golang/tools

> When does it have parameters? > > It is odd to see we parse that as a URL then discard the most of them. my another pr use file...

> Seems like a Docker/containerd issue? runc outputs the error to stderr, it's up to Docker to format it as necessary. I suspect the issue is that our logs go...

if use the runc main branch ,docker exec will show error detail.

I can't find out who hold the lock in containerd/runtime/v2/runc/task/service.go some similar issue https://github.com/containerd/containerd/issues/9446 @fuweid

done thankyou @austinvazquez

> Fixed by #1642 ? @ningmingxiao cc yes

sometimes I want to know when container is exited,but default log level is info will not print exited events some issue:https://github.com/containerd/containerd/issues/10025