Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
| ... | ... |
@@ -34,6 +34,15 @@ You can still call an old version of the API using |
| 34 | 34 |
|
| 35 | 35 |
### What's new |
| 36 | 36 |
|
| 37 |
+`DELETE /containers/(id)` |
|
| 38 |
+ |
|
| 39 |
+**New!** |
|
| 40 |
+You can now use the `stop` parameter to stop running containers before removal |
|
| 41 |
+(replace `force`). |
|
| 42 |
+ |
|
| 43 |
+**New!** |
|
| 44 |
+You can now use the `kill` parameter to kill running containers before removal. |
|
| 45 |
+ |
|
| 37 | 46 |
## v1.13 |
| 38 | 47 |
|
| 39 | 48 |
### Full Documentation |
| ... | ... |
@@ -42,14 +51,6 @@ You can still call an old version of the API using |
| 42 | 42 |
|
| 43 | 43 |
### What's new |
| 44 | 44 |
|
| 45 |
-`DELETE /containers/(id)` |
|
| 46 |
- |
|
| 47 |
-New! You can now use the `stop` parameter to stop running containers |
|
| 48 |
-before removal (replace `force`). |
|
| 49 |
- |
|
| 50 |
-New! You can now use the `kill` parameter to kill running containers |
|
| 51 |
-before removal. |
|
| 52 |
- |
|
| 53 | 45 |
`GET /containers/(name)/json` |
| 54 | 46 |
|
| 55 | 47 |
**New!** |