From b7f79126954ff9b4341e2ca4299786c588376afa Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Thu, 8 Sep 2016 11:14:58 +0800 Subject: [PATCH] config.md: clarify the root filesystem path Signed-off-by: Ma Shimiao --- config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.md b/config.md index 626d7bc90..5f8ffd976 100644 --- a/config.md +++ b/config.md @@ -25,6 +25,8 @@ For example, if an implementation is compliant with version 1.0.1 of the spec, i **`root`** (object, required) configures the container's root filesystem. * **`path`** (string, required) Specifies the path to the root filesystem for the container. + The path can be an absolute path (starting with /) or a relative path (not starting with /), which is relative to the bundle. e.g. + If the absolute path of root filesystem is /to/bundle/rootfs, we can set it or rootfs to`path. 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.