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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user