mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
LCOW: VHDX boot to read-only
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
d7b4c7e0ea
commit
17a24034bb
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ func (clnt *client) createLinux(containerID string, checkpoint string, checkpoin
|
||||||
configuration.HvRuntime = &hcsshim.HvRuntime{
|
configuration.HvRuntime = &hcsshim.HvRuntime{
|
||||||
ImagePath: lcowOpt.Config.Vhdx,
|
ImagePath: lcowOpt.Config.Vhdx,
|
||||||
BootSource: "Vhd",
|
BootSource: "Vhd",
|
||||||
WritableBootSource: true,
|
WritableBootSource: false,
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
configuration.HvRuntime = &hcsshim.HvRuntime{
|
configuration.HvRuntime = &hcsshim.HvRuntime{
|
||||||
|
|
Loading…
Add table
Reference in a new issue