Add cgroup manage for mocking of package resources

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2014-10-22 23:53:28 +00:00
committed by Victor Marmol
parent 926ab56ea8
commit ccb83a1e83
6 changed files with 125 additions and 33 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const (
stateFile = "state.json"
// The container exists and is running.
Running RunState = iota
Running RunState = iota + 1
// The container exists, it is in the process of being paused.
Pausing