Skip to content

Commit b7f7912

Browse files
author
Ma Shimiao
committed
config.md: clarify the root filesystem path
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1 parent 22c29c1 commit b7f7912

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ For example, if an implementation is compliant with version 1.0.1 of the spec, i
2525
**`root`** (object, required) configures the container's root filesystem.
2626

2727
* **`path`** (string, required) Specifies the path to the root filesystem for the container.
28+
The path can be an absolute path (starting with /) or a relative path (not starting with /), which is relative to the bundle. e.g.
29+
If the absolute path of root filesystem is /to/bundle/rootfs, we can set it or rootfs to`path.
2830
A directory MUST exist at the path declared by the field.
2931
* **`readonly`** (bool, optional) If true then the root filesystem MUST be read-only inside the container, defaults to false.
3032

0 commit comments

Comments
 (0)