Merge pull request #846 from mrunalp/fix_cgroup_config

Fix cgroup config
This commit is contained in:
Antonio Murdaca 2017-09-07 19:04:25 +02:00 committed by GitHub
commit e5b5ffdeac
3 changed files with 20 additions and 45 deletions

View file

@ -285,11 +285,6 @@ func (s *Sandbox) CgroupParent() string {
return s.cgroupParent
}
// UpdateCgroupParent updates the cgroup parent for a sandbox
func (s *Sandbox) UpdateCgroupParent(parent string) {
s.cgroupParent = parent
}
// Privileged returns whether or not the containers in the sandbox are
// privileged containers
func (s *Sandbox) Privileged() bool {