Merge pull request #9069 from cpuguy83/docs_for_pr8509

Add missing docs for #8509
Upstream-commit: 970e404e9b7e7cf13c107d2c8154d01956785971
Component: engine
This commit is contained in:
Sven Dowideit
2014-11-10 17:04:28 -08:00

View File

@ -53,6 +53,7 @@ You can still call an old version of the API using
total memory available (`MemTotal`).
`POST /containers/create`
**New!**
You can set the new container's MAC address explicitly.
@ -62,6 +63,11 @@ You can set the new container's MAC address explicitly.
Passing the container's `HostConfig` on start is now deprecated. You should
set this when creating the container.
`POST /containers/(id)/copy`
**New!**
You can now copy data which is contained in a volume.
## v1.15
### Full Documentation