update docs
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
This commit is contained in:
parent
68fb7f4b74
commit
1dd02ff4a0
2 changed files with 15 additions and 6 deletions
|
@ -36,7 +36,16 @@ You can still call an old version of the api using
|
|||
|
||||
### What's new
|
||||
|
||||
docker build now has support for the `forcerm` parameter to always remove containers
|
||||
`POST /build`
|
||||
|
||||
**New!**
|
||||
Build now has support for the `forcerm` parameter to always remove containers
|
||||
|
||||
`GET /containers/(name)/json`
|
||||
`GET /images/(name)/json`
|
||||
|
||||
**New!**
|
||||
All the JSON keys are now in CamelCase
|
||||
|
||||
## v1.11
|
||||
|
||||
|
|
|
@ -798,11 +798,9 @@ Return low-level information on the image `name`
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"id":"b750fe79269d2ec9a3c593ef05b4332b1d1a02a62b4accb2c21d589ff2f5f2dc",
|
||||
"parent":"27cf784147099545",
|
||||
"created":"2013-03-23T22:24:18.818426-07:00",
|
||||
"container":"3d67245a8d72ecf13f33dffac9f79dcdf70f75acb84d308770391510e0c23ad0",
|
||||
"container_config":
|
||||
"Created":"2013-03-23T22:24:18.818426-07:00",
|
||||
"Container":"3d67245a8d72ecf13f33dffac9f79dcdf70f75acb84d308770391510e0c23ad0",
|
||||
"ContainerConfig":
|
||||
{
|
||||
"Hostname":"",
|
||||
"User":"",
|
||||
|
@ -823,6 +821,8 @@ Return low-level information on the image `name`
|
|||
"VolumesFrom":"",
|
||||
"WorkingDir":""
|
||||
},
|
||||
"Id":"b750fe79269d2ec9a3c593ef05b4332b1d1a02a62b4accb2c21d589ff2f5f2dc",
|
||||
"Parent":"27cf784147099545",
|
||||
"Size": 6824592
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue