mirror of https://github.com/docker/docs.git
Add parameter platform value is nil
This commit is contained in:
parent
30d2bd1e87
commit
ce3c977b70
|
@ -110,7 +110,7 @@ func main() {
|
|||
resp, err := cli.ContainerCreate(ctx, &container.Config{
|
||||
Image: "alpine",
|
||||
Cmd: []string{"echo", "hello world"},
|
||||
}, nil, nil, "")
|
||||
}, nil, nil, nil, "")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue