kamizjw
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?
> How can we test this?
> add timeout option is good idea for any scenario
you can configure cgroupsPath in config.json to specify container cgroup path like this 
> @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...