Skip to content

Commit 3908f28

Browse files
authored
Merge pull request #819 from jhowardmsft/clarifyreadonlyroot
Windows: Clarify r/o root filesystem
2 parents 559acdf + be9af48 commit 3908f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For example, if a configuration is compliant with version 1.1 of this specificat
3232
The path is either an absolute path or a relative path to the bundle.
3333
On Linux, for example, with a bundle at `/to/bundle` and a root filesystem at `/to/bundle/rootfs`, the `path` value can be either `/to/bundle/rootfs` or `rootfs`.
3434
A directory MUST exist at the path declared by the field.
35-
* **`readonly`** (bool, OPTIONAL) If true then the root filesystem MUST be read-only inside the container, defaults to false.
35+
* **`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.
3636

3737
### Example
3838

0 commit comments

Comments
 (0)