From 4fce60d0ff7f42d57757d6eb22f3611766b3f508 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 27 Sep 2016 09:31:59 -0700 Subject: [PATCH] config: One line per sentence for Volumes description As suggested [1,2] for #333. [1]: https://github.com/opencontainers/image-spec/pull/333/files#r79975924 [2]: https://github.com/opencontainers/image-spec/pull/333#issuecomment-249000454 Signed-off-by: W. Trevor King --- config.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.md b/config.md index 7a40d8de3..713a5efe0 100644 --- a/config.md +++ b/config.md @@ -121,8 +121,10 @@ Since the configuration JSON that gets hashed references hashes of each layer in - **Volumes** *object*, OPTIONAL - A set of directories which should be created as data volumes in a container running this image. This field MAY be null. - If a file or folder exists within the image with the same path as a data volume, that file or folder is replaced with the data volume and is never merged. **NOTE:** This JSON structure value is unusual because it is a direct JSON serialization of the Go type `map[string]struct{}` and is represented in JSON as an object mapping its keys to an empty object. + A set of directories which should be created as data volumes in a container running this image. + This field MAY be null. + If a file or folder exists within the image with the same path as a data volume, that file or folder is replaced with the data volume and is never merged. + **NOTE:** This JSON structure value is unusual because it is a direct JSON serialization of the Go type `map[string]struct{}` and is represented in JSON as an object mapping its keys to an empty object. - **WorkingDir** *string*, OPTIONAL