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.
133
+
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.
134
134
135
135
### Example
136
136
137
137
```json
138
138
"windows": {
139
-
"ignoreflushesduringboot": true
139
+
"ignoreFlushesDuringBoot": true
140
140
}
141
141
```
142
142
@@ -146,14 +146,14 @@ You can indicate that a container should be started in an a mode where disk flus
146
146
147
147
The following parameters can be specified:
148
148
149
-
***`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.
149
+
***`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