lxc / go-lxc

Go bindings for liblxc
https://linuxcontainers.org/lxc
Other
431 stars 76 forks source link

CgroupItem and pids namespace #106

Closed s3rj1k closed 6 years ago

s3rj1k commented 6 years ago

How can I get pids.max from pids cgroup using CgroupItem?

for some strange reason code below does not work:

        test := c.CgroupItem("pids.max")                                                                                                                                                       
        fmt.Println(test)
s3rj1k commented 6 years ago

issue is with upstream lxc https://github.com/lxc/lxc/issues/2386 closing