Skip to content

Commit 974ac79

Browse files
author
Brandon Philips
committed
config: fix minor issues around grammar and formatting
Various markdown, and grammar issues summarized here: #333 (comment) Thank you to wking and coolljt0725 for the detailed review. Signed-off-by: Brandon Philips <[email protected]>
1 parent 85138c9 commit 974ac79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Since the configuration JSON that gets hashed references hashes of each layer in
129129
Sets the current working directory of the entrypoint process in the container.
130130
This value acts as a default and is replaced by a working directory specified when creating a container.
131131

132-
- **rootfs** *object, REQUIRED
132+
- **rootfs** *object*, REQUIRED
133133

134134
The rootfs key references the layer content addresses used by the image.
135135
This makes the image config hash depend on the filesystem hash.
@@ -143,15 +143,15 @@ Since the configuration JSON that gets hashed references hashes of each layer in
143143

144144
An array of layer content hashes (`DiffIDs`), in order from bottom-most to top-most.
145145

146-
- **history** *array of object*, REQUIRED
146+
- **history** *array of objects*, OPTIONAL
147147

148148
Describes the history of each layer.
149149
The array is ordered from bottom-most layer to top-most layer.
150150
The object has the following fields:
151151

152152
- **created** *string*, OPTIONAL
153153

154-
Creation time, expressed as a ISO-8601 formatted combined date and time
154+
Creation time, expressed as an ISO-8601 formatted combined date and time
155155

156156
- **author** *string*, OPTIONAL
157157

0 commit comments

Comments
 (0)