-
Notifications
You must be signed in to change notification settings - Fork 554
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
Make mount type and source optional #699
Conversation
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
.
@@ -57,11 +57,11 @@ For Windows, see links for details about [mountvol](http://ss64.com/nt/mountvol. | |||
This value MUST be an absolute path. | |||
* 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 <crosbymichael@gmail.com>
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 crosbymichael@gmail.com