Skip to content

Commit d976d7e

Browse files
committed
config: address feedback from wking
Some duplicate spaces and duplicate words. Signed-off-by: Brandon Philips <[email protected]>
1 parent cc733b8 commit d976d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Since the configuration JSON that gets hashed references hashes of each layer in
111111
- **Entrypoint** *array of strings*, OPTIONAL
112112

113113
A list of arguments to use as the command to execute when the container starts.
114-
This value acts as a default and is replaced by an entrypoint specified when creating a container. This field MAY be null.
114+
This value acts as a default and is replaced by an entrypoint specified when creating a container. This field MAY be null.
115115

116116
- **Cmd** *array of strings*, OPTIONAL
117117

@@ -167,7 +167,7 @@ Since the configuration JSON that gets hashed references hashes of each layer in
167167

168168
- **empty_layer** *boolean*, OPTIONAL
169169

170-
This field is used to mark if the history item created a filesystem diff, OPTIONAL
170+
This field is used to mark if the history item created a filesystem diff.
171171
It is set to true if this history item doesn't correspond to an actual layer in the rootfs section (for example, a command like ENV which results in no change to the filesystem).
172172

173173
Any extra fields in the Image JSON struct are considered implementation specific and should be ignored by any implementations which are unable to interpret them.

0 commit comments

Comments
 (0)