From 1084eb751d998e24c8853777e1bc4152c24d3fef Mon Sep 17 00:00:00 2001 From: Bardia Keyoumarsi Date: Sat, 11 Jul 2015 12:35:14 -0700 Subject: [PATCH] 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 Upstream-commit: e1b8ab477eb98975a6162c7bdc89d0b57cc425b2 Component: cli --- components/cli/docs/extend/plugins_volume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/extend/plugins_volume.md b/components/cli/docs/extend/plugins_volume.md index e9dc1ebaa2..3553971982 100644 --- a/components/cli/docs/extend/plugins_volume.md +++ b/components/cli/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**: ```