mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
proper rebase
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
This commit is contained in:
parent
5ba11e6890
commit
fe5ab5b058
1 changed files with 9 additions and 8 deletions
|
@ -34,6 +34,15 @@ 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.
|
||||
|
||||
## v1.13
|
||||
|
||||
### Full Documentation
|
||||
|
@ -42,14 +51,6 @@ 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!**
|
||||
|
|
Loading…
Add table
Reference in a new issue