Skip to content

Commit a164bb2

Browse files
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]: opencontainers/image-spec#333 (comment) Signed-off-by: W. Trevor King <[email protected]>
1 parent 80121a9 commit a164bb2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,10 @@ Since the configuration JSON that gets hashed references hashes of each layer in
121121

122122
- **Volumes** *object*, OPTIONAL
123123

124-
A set of directories which should be created as data volumes in a container running this image. This field MAY be null.
125-
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.
124+
A set of directories which should be created as data volumes in a container running this image.
125+
This field MAY be null.
126+
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.
127+
**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.
126128

127129
- **WorkingDir** *string*, OPTIONAL
128130

0 commit comments

Comments
 (0)