|
out, _, err = runCommandWithOutput(exec.Command(dockerBinary, "run", "--name", "should_fail", "--link", "host_container:tester", "busybox", "true"))
|
|
out, _, err = runCommandWithOutput(exec.Command(dockerBinary, "run", "--name", "should_fail", "--link", "host_container:tester", "busybox", "true"))
|
|
c.Fatalf("Running container linking to a container with --net host should have failed: %s", out)
|
|
c.Fatalf("Running container linking to a container with --net host should have failed: %s", out)
|