LCOW: Change to c:\Program Files\Linux Containers
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
3f14e25a7f
commit
2c43cbe0d5
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ 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\Linux Containers`,
|
||||||
LinuxKernelFile: `bootx64.efi`,
|
LinuxKernelFile: `bootx64.efi`,
|
||||||
LinuxInitrdFile: `initrd.img`,
|
LinuxInitrdFile: `initrd.img`,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue