Browse Source

Merge pull request #19075 from HackToday/fixvoldoc

Fix the unnecessary parameter
Sebastiaan van Stijn 9 years ago
parent
commit
4a4131ac1b

+ 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**: