You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Since the configuration JSON that gets hashed references hashes of each layer in
111
111
-**Entrypoint***array of strings*, OPTIONAL
112
112
113
113
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.
115
115
116
116
-**Cmd***array of strings*, OPTIONAL
117
117
@@ -167,7 +167,7 @@ Since the configuration JSON that gets hashed references hashes of each layer in
167
167
168
168
-**empty_layer***boolean*, OPTIONAL
169
169
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.
171
171
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).
172
172
173
173
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