mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
LCOW: Update for platforms latest schema
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
c85f92de15
commit
330913cadf
1 changed files with 3 additions and 1 deletions
|
@ -299,7 +299,9 @@ func (clnt *client) createLinux(containerID string, checkpoint string, checkpoin
|
||||||
Owner: defaultOwner,
|
Owner: defaultOwner,
|
||||||
TerminateOnLastHandleClosed: true,
|
TerminateOnLastHandleClosed: true,
|
||||||
HvRuntime: &hcsshim.HvRuntime{
|
HvRuntime: &hcsshim.HvRuntime{
|
||||||
ImagePath: `c:\program files\lcow`,
|
ImagePath: `c:\program files\lcow`,
|
||||||
|
LinuxKernelFile: `bootx64.efi`,
|
||||||
|
LinuxInitrdFile: `initrd.img`,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue