Browse code

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>

Bardia Keyoumarsi authored on 2015/07/12 04:35:14
Showing 1 changed files
... ...
@@ -78,7 +78,7 @@ Respond with a string error if an error occurred.
78 78
 }
79 79
 ```
80 80
 
81
-Create a volume, given a user specified volume name.
81
+Delete the specified volume from disk. This request is issued when a user invokes `docker rm -v` to remove volumes associated with a container.
82 82
 
83 83
 **Response**:
84 84
 ```