Merge branch 'master' of github.com:hashicorp/nomad
This commit is contained in:
commit
1be3f4c75a
|
@ -102,7 +102,7 @@ func TestDockerScriptCheck(t *testing.T) {
|
|||
}
|
||||
defer removeContainer(client, container.ID)
|
||||
|
||||
if err := client.StartContainer(container.ID, &docker.HostConfig{}); err != nil {
|
||||
if err := client.StartContainer(container.ID, container.HostConfig); err != nil {
|
||||
t.Fatalf("error starting container", err)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue