Explorar o código

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 %!s(int64=10) %!d(string=hai) anos
pai
achega
cc997a7f44
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/extend/plugins_volume.md

+ 1 - 1
docs/extend/plugins_volume.md

@@ -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**:
 **Response**:
 ```
 ```