-
Notifications
You must be signed in to change notification settings - Fork 596
Make mount type and source optional #699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
wking
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And similar Go/JSON-Schema updates for source.
| * Windows: one mount destination MUST NOT be nested within another mount (e.g., c:\\foo and c:\\foo\\bar). | ||
| * Solaris: corresponds to "dir" of the fs resource in zonecfg(8). | ||
| * **`type`** (string, REQUIRED) The filesystem type of the filesystem to be mounted. | ||
| * **`type`** (string, OPTIONAL) The filesystem type of the filesystem to be mounted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are optional on multiple platforms and should be left up to the runtime/host system for validation. Closes opencontainers#470 Signed-off-by: Michael Crosby <[email protected]>
7c5796d to
5246151
Compare
These are optional on multiple platforms and should be left up to the
runtime/host system for validation.
Closes #470
Signed-off-by: Michael Crosby [email protected]