Skip to content

Commit

Permalink
Note about mountpoint being optional
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Goff <[email protected]>
  • Loading branch information
cpuguy83 committed Jun 12, 2016
1 parent aaef529 commit edd8049
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/extend/plugins_volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ Docker needs reminding of the path to the volume on the host.
```

Respond with the path on the host filesystem where the volume has been made
available, and/or a string error if an error occurred.
available, and/or a string error if an error occurred. `Mountpoint` is optional,
however the plugin may be queried again later if one is not provided.

### /VolumeDriver.Unmount

Expand Down Expand Up @@ -211,7 +212,8 @@ Get the volume info.
}
```

Respond with a string error if an error occurred.
Respond with a string error if an error occurred. `Mountpoint` and `Status` are
optional.


### /VolumeDriver.List
Expand All @@ -236,7 +238,7 @@ Get the list of volumes registered with the plugin.
}
```

Respond with a string error if an error occurred.
Respond with a string error if an error occurred. `Mountpoint` is optional.

### /VolumeDriver.Capabilities

Expand Down

0 comments on commit edd8049

Please sign in to comment.