From 5a9013321c5261f25e456b7ecaeb538b9ca7fba9 Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Wed, 10 May 2017 21:33:55 +0800 Subject: [PATCH] bundle.md: specify root reference the directory I think this make clear what reference the directory in config.json Signed-off-by: Ma Shimiao --- bundle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.md b/bundle.md index d0fd12599..6a496d5a7 100644 --- a/bundle.md +++ b/bundle.md @@ -16,7 +16,7 @@ See [`config.json`](config.md) for more details. 2. A directory representing the root filesystem of the container. While the name of this REQUIRED directory may be arbitrary, users should consider using a conventional name, such as `rootfs`. -This directory MUST be referenced from within the `config.json` file. +This directory MUST be referenced by [`root`](config.md#root) within the `config.json` file. While these artifacts MUST all be present in a single directory on the local filesystem, that directory itself is not part of the bundle. In other words, a tar archive of a *bundle* will have these artifacts at the root of the archive, not nested within a top-level directory.