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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ Since the [configuration JSON](#image-json) that gets hashed references hashes o
48
48
49
49
## Properties
50
50
51
+
Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being absent.
52
+
51
53
-**created***string*, OPTIONAL
52
54
53
55
An ISO-8601 formatted combined date and time at which the image was created.
@@ -113,7 +115,7 @@ Since the [configuration JSON](#image-json) that gets hashed references hashes o
113
115
-**Entrypoint***array of strings*, OPTIONAL
114
116
115
117
A list of arguments to use as the command to execute when the container starts.
116
-
This value acts as a default and is replaced by an entrypoint specified when creating a container. This field MAY be null.
118
+
This value acts as a default and is replaced by an entrypoint specified when creating a container.
117
119
118
120
-**Cmd***array of strings*, OPTIONAL
119
121
@@ -124,7 +126,6 @@ Since the [configuration JSON](#image-json) that gets hashed references hashes o
124
126
-**Volumes***object*, OPTIONAL
125
127
126
128
A set of directories which should be created as data volumes in a container running this image.
127
-
This field MAY be null.
128
129
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.
129
130
**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.
0 commit comments