From 387cdea2611b04361a6e81017035d8f6884d46db Mon Sep 17 00:00:00 2001 From: Ankush Agarwal Date: Wed, 14 Jan 2015 17:16:44 -0800 Subject: [PATCH 1/2] Typo image -> container Signed-off-by: Ankush Agarwal Upstream-commit: 034466d356ecc5bc993f255c5ec5fb96e7327b8b Component: engine --- components/engine/image/spec/v1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/image/spec/v1.md b/components/engine/image/spec/v1.md index 2d7c4606f9..eea7e050d1 100644 --- a/components/engine/image/spec/v1.md +++ b/components/engine/image/spec/v1.md @@ -243,7 +243,7 @@ Here is an example image JSON file: The execution parameters which should be used as a base when running a container using the image. This field can be null, in which case any execution parameters should be specified at creation of - the image. + the container.

Container RunConfig Field Descriptions

From 647f575a6ce81d045ad1ec79bba5741bd582f7fb Mon Sep 17 00:00:00 2001 From: Ankush Agarwal Date: Wed, 14 Jan 2015 23:02:17 -0800 Subject: [PATCH 2/2] Typo creating -> created Signed-off-by: Ankush Agarwal Upstream-commit: 82bfb3852ea0835d96d456c256f40633b020bd1e Component: engine --- components/engine/image/spec/v1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/image/spec/v1.md b/components/engine/image/spec/v1.md index eea7e050d1..e4450283a7 100644 --- a/components/engine/image/spec/v1.md +++ b/components/engine/image/spec/v1.md @@ -391,7 +391,7 @@ interpret them. An example of creating an Image Filesystem Changeset follows. -An image root filesystem is first creating as an empty directory named with the +An image root filesystem is first created as an empty directory named with the ID of the image being created. Here is the initial empty directory structure for the changeset for an image with ID `c3167915dc9d` ([real IDs are much longer](#id_desc), but this example use a truncated one here for brevity.