kamizjw

Results 15 comments of kamizjw

I think setting slave mode here instead of using bind mode is not wanting to affect the host rootfs

try add **--net host** when executing runc run command,expect your execution result

I found that some log printing for libcontainer has been added in https://gitee.com/src-openeuler/runc, you can refer to its related implementation

Is there a similar problem with other configurations other than memory?

you can configure cgroupsPath in config.json to specify container cgroup path like this ![image](https://user-images.githubusercontent.com/112141162/188456668-89e5a75f-d4d7-407c-bb41-0b953480594a.png)

> @kamizjw thank you for your PR. Do you think it's possible to create a test case for this issue? Does constructing a scenario verification that exits unexpectedly cause leakage?

> > > @kamizjw thank you for your PR. Do you think it's possible to create a test case for this issue? > > > > > > Does constructing...

> > I'm not good at writing go test cases, can you help me write one?thank you very much > > Write any kind of reproducer for the issue you're...