소스 검색

Merge pull request #14560 from bkeyoumarsi/volume-plugin-doc-fix

Updated volume-driver plugin api docs
Jessie Frazelle 10 년 전
부모
커밋
fdb932fa17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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**:
 ```