Signed-off-by: Brian Goff <cpuguy83@gmail.com>
| ... | ... |
@@ -53,6 +53,7 @@ You can still call an old version of the API using |
| 53 | 53 |
total memory available (`MemTotal`). |
| 54 | 54 |
|
| 55 | 55 |
`POST /containers/create` |
| 56 |
+ |
|
| 56 | 57 |
**New!** |
| 57 | 58 |
You can set the new container's MAC address explicitly. |
| 58 | 59 |
|
| ... | ... |
@@ -62,6 +63,11 @@ You can set the new container's MAC address explicitly. |
| 62 | 62 |
Passing the container's `HostConfig` on start is now deprecated. You should |
| 63 | 63 |
set this when creating the container. |
| 64 | 64 |
|
| 65 |
+`POST /containers/(id)/copy` |
|
| 66 |
+ |
|
| 67 |
+**New!** |
|
| 68 |
+You can now copy data which is contained in a volume. |
|
| 69 |
+ |
|
| 65 | 70 |
## v1.15 |
| 66 | 71 |
|
| 67 | 72 |
### Full Documentation |