Skip to content

Commit cc6f95e

Browse files
authored
Merge pull request #344 from wking/one-line-per-sentence
config: One line per sentence for Volumes description
2 parents 261ed42 + 4fce60d commit cc6f95e

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](#image-json) that gets hashed references hashes o
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)