Bring API docs inline with 1.3

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: e86223e7b3ea7766164d809d2fbd463870e0614a
Component: engine
This commit is contained in:
Brian Goff
2014-10-21 14:44:06 -04:00
parent 458ef2c326
commit 412668aa98
3 changed files with 211 additions and 42 deletions

View File

@ -56,6 +56,12 @@ total memory available (`MemTotal`).
**New!**
You can set the new container's MAC address explicitly.
`POST /containers/(id)/start`
**New!**
Passing the container's `HostConfig` on start is now deprecated. You should
set this when creating the container.
## v1.15
### Full Documentation
@ -64,6 +70,12 @@ You can set the new container's MAC address explicitly.
### What's new
`POST /containers/create`
**New!**
It is now possible to set a container's HostConfig when creating a container.
Previously this was only available when starting a container.
## v1.14
### Full Documentation