浏览代码

proper rebase

Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
Victor Vieux 11 年之前
父节点
当前提交
fe5ab5b058
共有 1 个文件被更改,包括 9 次插入8 次删除
  1. 9 8
      docs/sources/reference/api/docker_remote_api.md

+ 9 - 8
docs/sources/reference/api/docker_remote_api.md

@@ -34,6 +34,15 @@ You can still call an old version of the API using
 
 
 ### What's new
 ### What's new
 
 
+`DELETE /containers/(id)`
+
+**New!**
+You can now use the `stop` parameter to stop running containers before removal
+(replace `force`).
+
+**New!**
+You can now use the `kill` parameter to kill running containers before removal.
+
 ## v1.13
 ## v1.13
 
 
 ### Full Documentation
 ### Full Documentation
@@ -42,14 +51,6 @@ You can still call an old version of the API using
 
 
 ### What's new
 ### What's new
 
 
-`DELETE /containers/(id)`
-
-New! You can now use the `stop` parameter to stop running containers
-before removal (replace `force`).
-
-New! You can now use the `kill` parameter to kill running containers
-before removal.
-
 `GET /containers/(name)/json`
 `GET /containers/(name)/json`
 
 
 **New!**
 **New!**