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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,8 +121,10 @@ Since the [configuration JSON](#image-json) that gets hashed references hashes o
121
121
122
122
-**Volumes***object*, OPTIONAL
123
123
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.
0 commit comments