This updates containerd to use the latest versions of cgroups, fifo, console, and go-runc from the containerd org. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
5 lines
127 B
Go
5 lines
127 B
Go
package cgroups
|
|
|
|
// Hierarchy enableds both unified and split hierarchy for cgroups
|
|
type Hierarchy func() ([]Subsystem, error)
|