mirror of https://github.com/docker/docs.git
Merge pull request #14560 from bkeyoumarsi/volume-plugin-doc-fix
Updated volume-driver plugin api docs
This commit is contained in:
commit
fdb932fa17
|
@ -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**:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue