瀏覽代碼

Merge pull request #19075 from HackToday/fixvoldoc

Fix the unnecessary parameter
Sebastiaan van Stijn 9 年之前
父節點
當前提交
4a4131ac1b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/reference/api/docker_remote_api_v1.21.md
  2. 1 1
      docs/reference/api/docker_remote_api_v1.22.md

+ 1 - 1
docs/reference/api/docker_remote_api_v1.21.md

@@ -2575,7 +2575,7 @@ Instruct the driver to remove the volume (`name`).
 
 **Example request**:
 
-    DELETE /volumes/local/tardis HTTP/1.1
+    DELETE /volumes/tardis HTTP/1.1
 
 **Example response**:
 

+ 1 - 1
docs/reference/api/docker_remote_api_v1.22.md

@@ -2814,7 +2814,7 @@ Instruct the driver to remove the volume (`name`).
 
 **Example request**:
 
-    DELETE /volumes/local/tardis HTTP/1.1
+    DELETE /volumes/tardis HTTP/1.1
 
 **Example response**: