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,
|
||||
TerminateOnLastHandleClosed: true,
|
||||
HvRuntime: &hcsshim.HvRuntime{
|
||||
ImagePath: `c:\program files\lcow`,
|
||||
ImagePath: `c:\Program Files\Linux Containers`,
|
||||
LinuxKernelFile: `bootx64.efi`,
|
||||
LinuxInitrdFile: `initrd.img`,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue