mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Merge 0ffd861a92
into 50120bce2d
This commit is contained in:
commit
5a1a7bd64a
@ -977,7 +977,8 @@ func ConfigToOCI(yaml *Image, config imagespec.ImageConfig, idMap map[string]uin
|
||||
// Always create a new mount namespace
|
||||
namespaces = append(namespaces, specs.LinuxNamespace{Type: specs.MountNamespace})
|
||||
|
||||
// TODO cgroup namespaces
|
||||
// Always create a new cgroup namespace
|
||||
namespaces = append(namespaces, specs.LinuxNamespace{Type: specs.CgroupNamespace})
|
||||
|
||||
// Capabilities
|
||||
capCheck := map[string]bool{}
|
||||
|
Loading…
Reference in New Issue
Block a user