瀏覽代碼

Merge pull request #17649 from rsmoorthy/rsmoorthy-patch-1

volume plugin doc update
Sebastiaan van Stijn 9 年之前
父節點
當前提交
67630bef47
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      docs/extend/plugins_volume.md

+ 3 - 1
docs/extend/plugins_volume.md

@@ -101,7 +101,9 @@ Respond with a string error if an error occurred.
 ```
 
 Docker requires the plugin to provide a volume, given a user specified volume
-name. This is called once per container start.
+name. This is called once per container start. If the same volume_name is requested
+more than once, the plugin may need to keep track of each new mount request and provision
+at the first mount request and deprovision at the last corresponding unmount request.
 
 **Response**:
 ```