Merge pull request #846 from mrunalp/fix_cgroup_config
Fix cgroup config
This commit is contained in:
commit
e5b5ffdeac
3 changed files with 20 additions and 45 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue