Removed engine from /copy

* Client and server use types.CopyConfig
* API calls container.Copy directly

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov
2015-04-09 13:05:31 -07:00
parent 6fb8bd0450
commit ccdef895de
5 changed files with 37 additions and 59 deletions
+5
View File
@@ -98,3 +98,8 @@ type Container struct {
Labels map[string]string `json:",omitempty"`
Status string `json:",omitempty"`
}
// POST "/containers/"+containerID+"/copy"
type CopyConfig struct {
Resource string
}