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: specs-go/config.go
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -112,12 +112,11 @@ type Platform struct {
112
112
113
113
// Mount specifies a mount for a container.
114
114
typeMountstruct {
115
-
// Destination is the path where the mount will be placed relative to the container's root. The path and child directories MUST exist, a runtime MUST NOT create directories automatically to a mount point.
115
+
// Destination is the absolute path where the mount will be placed in the container.
116
116
Destinationstring`json:"destination"`
117
117
// Type specifies the mount kind.
118
-
Typestring`json:"type,omitempty"`
119
-
// Source specifies the source path of the mount. In the case of bind mounts on
120
-
// Linux based systems this would be the file on the host.
0 commit comments