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
Copy file name to clipboardExpand all lines: config-windows.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -148,15 +148,12 @@ The following parameters can be specified:
148
148
149
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.
150
150
151
-
***`sandboxpath`***(string, REQUIRED)* - specifies the root of the path to the sandbox to be used for the container.
Copy file name to clipboardExpand all lines: config.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ For example, if a configuration is compliant with version 1.1 of this specificat
31
31
***`path`** (string, OPTIONAL) Specifies the path to the root filesystem for the container. The path is either an absolute path or a relative path to the bundle.
32
32
Users SHOULD consider using a conventional name, such as `rootfs`.
33
33
34
-
On Windows, for Windows Server Containers, this field is REQUIRED. For Hyper-V Containers, this field MUST be omitted.
34
+
On Windows, for Windows Server Containers, this field is REQUIRED and MUST be specified as a [volume GUID path][naming-a-volume]. For Hyper-V Containers, this field MUST be omitted.
35
35
36
36
On all other platforms, this field is REQUIRED.
37
37
@@ -40,7 +40,7 @@ For example, if a configuration is compliant with version 1.1 of this specificat
40
40
If defined, a directory MUST exist at the path declared by the field.
41
41
***`readonly`** (bool, OPTIONAL) If true then the root filesystem MUST be read-only inside the container, defaults to false. On Windows, this field must be omitted or false.
42
42
43
-
### Example
43
+
### Example (POSIX)
44
44
45
45
```json
46
46
"root": {
@@ -49,6 +49,14 @@ For example, if a configuration is compliant with version 1.1 of this specificat
0 commit comments