1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

LCOW: Change to c:\Program Files\Linux Containers

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 2c43cbe0d5132618c74de4631c89c541bbafb8c2
Component: engine
This commit is contained in:
John Howard
2017-06-26 21:26:18 -07:00
parent 1c03f9a249
commit 02efb01414

View File

@@ -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`,
},