use cluster.ContainerConfig

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
Victor Vieux
2015-04-24 16:55:29 -07:00
parent 3e8d48f98e
commit 6eceffacf9
24 changed files with 181 additions and 173 deletions

View File

@@ -195,7 +195,7 @@ func getContainerJSON(c *context, w http.ResponseWriter, r *http.Request) {
func postContainersCreate(c *context, w http.ResponseWriter, r *http.Request) {
r.ParseForm()
var (
config dockerclient.ContainerConfig
config cluster.ContainerConfig
name = r.Form.Get("name")
)