You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ For example, if an implementation is compliant with version 1.0.1 of the spec, i
25
25
**`root`** (object, required) configures the container's root filesystem.
26
26
27
27
***`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.
29
+
For example (Linux), 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`.
28
30
A directory MUST exist at the path declared by the field.
29
31
***`readonly`** (bool, optional) If true then the root filesystem MUST be read-only inside the container, defaults to false.
0 commit comments