From 9b8e21826cc9887f51f095604120cfbb788078b2 Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Wed, 1 Jun 2016 08:58:57 -0700 Subject: [PATCH] [ Config | Root Config ] Clarify readonly Clarifies how root config of readonly==true should be handled if not supported by the platform. Signed-off-by: Rob Dolin --- config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/config.md b/config.md index bd42af426..3528a5db3 100644 --- a/config.md +++ b/config.md @@ -27,6 +27,7 @@ Each container has exactly one *root filesystem*, specified in the *root* object * **`path`** (string, required) Specifies the path to the root filesystem for the container. 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. +If readonly is present and set to true, but not supported by the platform, the platform MAY ignore. ### Example