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

Updated volume-driver plugin api docs

There was a mistake in the plugin_volume.md file regarding the /VolumeDriver.Remove call.

Added fix and a better explanation.

Signed-off-by: Bardia Keyoumarsi <b.keyoumarsi@gmail.com>
This commit is contained in:
Bardia Keyoumarsi 2015-07-11 12:35:14 -07:00 committed by Bardia Keyoumarsi
parent 39999edcc9
commit cc997a7f44

View file

@ -78,7 +78,7 @@ Respond with a string error if an error occurred.
}
```
Create a volume, given a user specified volume name.
Delete the specified volume from disk. This request is issued when a user invokes `docker rm -v` to remove volumes associated with a container.
**Response**:
```