From 034466d356ecc5bc993f255c5ec5fb96e7327b8b Mon Sep 17 00:00:00 2001 From: Ankush Agarwal Date: Wed, 14 Jan 2015 17:16:44 -0800 Subject: [PATCH] Typo image -> container Signed-off-by: Ankush Agarwal --- image/spec/v1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/spec/v1.md b/image/spec/v1.md index 2d7c4606f9..eea7e050d1 100644 --- a/image/spec/v1.md +++ b/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