From 376cf1b4e5b545af5c3a19bb9aff3f95eb996473 Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Wed, 14 Sep 2016 04:54:53 -0400 Subject: [PATCH] Replace 'base image' with 'base layer' Signed-off-by: Lei Jitang --- manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.md b/manifest.md index cfb84ea2c..e0dc83941 100644 --- a/manifest.md +++ b/manifest.md @@ -140,7 +140,7 @@ Unlike the [Manifest List](#manifest-list), which contains information about a s - **`layers`** *array* Each item in the array MUST be a [descriptor](descriptor.md). - The array MUST have the base image at index 0. + The array MUST have the base layer at index 0. Subsequent layers MUST then follow in the order in which they are to be layered on top of each other. The algorithm to create the final unpacked filesystem layout MUST be to first unpack the layer at index 0, then index 1, and so on.