mirror of https://github.com/docker/cli.git
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:
parent
8a1164778d
commit
e1b8ab477e
|
@ -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**:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue