mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
use cluster.ContainerConfig
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
@@ -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")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user