From 271f54aea375158b808aa50db58711e7c1d3eef5 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Mon, 10 Nov 2014 12:24:52 -0500 Subject: [PATCH] Add missing docs for #8509 Signed-off-by: Brian Goff --- docs/sources/reference/api/docker_remote_api.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sources/reference/api/docker_remote_api.md b/docs/sources/reference/api/docker_remote_api.md index 1db0f76928..5813091411 100644 --- a/docs/sources/reference/api/docker_remote_api.md +++ b/docs/sources/reference/api/docker_remote_api.md @@ -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