add cgroup v2 support #71
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	
	No description provided.
		
		Delete branch "cgroup-v2-support"
	
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
At the moment, the action does not work when launching the container on a system with cgroup v2.
cat /proc/self/cgroupinside a container with mounted socket on host with cgroup v1:The same with cgroup v2 (The container must be launched with
--cgroupns host):This way we will handle both cases
Checklist
Pull request closed