diff --git a/container/libcontainer/helpers.go b/container/libcontainer/helpers.go index 25e595b6..43bf184f 100644 --- a/container/libcontainer/helpers.go +++ b/container/libcontainer/helpers.go @@ -70,6 +70,7 @@ var supportedSubsystems map[string]struct{} = map[string]struct{}{ "cpuacct": {}, "memory": {}, "cpuset": {}, + "blkio": {}, } // Get stats of the specified container