update CLI & api docs

Docker-DCO-1.1-Signed-off-by: Adrien Folie <folie.adrien@gmail.com> (github: folieadrien)
Upstream-commit: 5ba11e6890e51fd01f674160473af3ac432622c5
Component: engine
This commit is contained in:
Adrien Folie
2014-07-08 20:31:20 +02:00
committed by Victor Vieux
parent 3853ef9c11
commit 91c66dc425
3 changed files with 31 additions and 4 deletions

View File

@ -42,6 +42,14 @@ You can still call an old version of the API using
### 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`
**New!**