1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #17649 from rsmoorthy/rsmoorthy-patch-1

volume plugin doc update
This commit is contained in:
Sebastiaan van Stijn 2015-11-03 23:33:20 +01:00
commit 67630bef47

View file

@ -101,7 +101,9 @@ Respond with a string error if an error occurred.
```
Docker requires the plugin to provide a volume, given a user specified volume
name. This is called once per container start.
name. This is called once per container start. If the same volume_name is requested
more than once, the plugin may need to keep track of each new mount request and provision
at the first mount request and deprovision at the last corresponding unmount request.
**Response**:
```