mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add missing docs for #8509
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
0f21d9aea7
commit
271f54aea3
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue