瀏覽代碼

add missing docs for rm

Docker-DCO-1.1-Signed-off-by: Adrien Folie <folie.adrien@gmail.com> (github: folieadrien)
Adrien Folie 11 年之前
父節點
當前提交
88326e9b91
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      docs/sources/reference/api/docker_remote_api_v1.14.md

+ 4 - 2
docs/sources/reference/api/docker_remote_api_v1.14.md

@@ -675,8 +675,10 @@ Remove the container `id` from the filesystem
 
 
     -   **v** – 1/True/true or 0/False/false, Remove the volumes
     -   **v** – 1/True/true or 0/False/false, Remove the volumes
         associated to the container. Default false
         associated to the container. Default false
-    -   **force** – 1/True/true or 0/False/false, Removes the container
-        even if it was running. Default false
+    -   **stop** – 1/True/true or 0/False/false, Stop then remove the container.
+        Default false
+    -   **kill** - 1/True/true or 0/False/false, Kill then remove the container.
+        Default false
 
 
     Status Codes:
     Status Codes: