You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can indicate that a container should be started in an a mode where disk flushes are not performed during container boot via the OPTIONAL `ignoreflushesduringboot` field of the Windows configuration.
149
+
You can indicate that a container should be started in an a mode where disk flushes are not performed during container boot via the OPTIONAL `ignoreFlushesDuringBoot` field of the Windows configuration.
150
150
151
151
### Example
152
152
153
153
```json
154
154
"windows": {
155
-
"ignoreflushesduringboot": true
155
+
"ignoreFlushesDuringBoot": true
156
156
}
157
157
```
158
158
@@ -162,14 +162,14 @@ You can indicate that a container should be started in an a mode where disk flus
162
162
163
163
The following parameters can be specified:
164
164
165
-
***`utilityvmpath`***(string, OPTIONAL)* - specifies the path to the image used for the utility VM. This would be specified if using a base image which does not contain a utility VM image. If not supplied, the runtime will search the container filesystem layers from the bottom-most layer upwards, until it locates "UtilityVM", and default to that path.
165
+
***`utilityVMPath`***(string, OPTIONAL)* - specifies the path to the image used for the utility VM. This would be specified if using a base image which does not contain a utility VM image. If not supplied, the runtime will search the container filesystem layers from the bottom-most layer upwards, until it locates "UtilityVM", and default to that path.
0 commit comments