From be9af4830596716dd6a23234fa385a0d435b1d23 Mon Sep 17 00:00:00 2001 From: John Howard Date: Fri, 12 May 2017 18:27:06 -0700 Subject: [PATCH] Windows: Clarify r/o root filesystem Signed-off-by: John Howard --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index 98f1a384d..42b6cec5f 100644 --- a/config.md +++ b/config.md @@ -32,7 +32,7 @@ For example, if a configuration is compliant with version 1.1 of this specificat The path is either an absolute path or a relative path to the bundle. 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`. A directory MUST exist at the path declared by the field. -* **`readonly`** (bool, OPTIONAL) If true then the root filesystem MUST be read-only inside the container, defaults to false. +* **`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. ### Example