mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixes LCOW after containerd 1.0 introduced regressions
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
074b1fc47b
commit
71651e0b80
2 changed files with 2 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ func DefaultLinuxSpec() specs.Spec {
|
|||
Effective: defaultCapabilities(),
|
||||
},
|
||||
},
|
||||
Root: &specs.Root{},
|
||||
}
|
||||
s.Mounts = []specs.Mount{
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue