Răsfoiți Sursa

Merge pull request #1349 from docker/fix_win_aci_stop_start

trying to better work around ACI flaky weird states
Nicolas De loof 4 ani în urmă
părinte
comite
b21f1d83ac
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      aci/e2e/e2e-aci_test.go

+ 1 - 1
aci/e2e/e2e-aci_test.go

@@ -486,7 +486,7 @@ func TestContainerRunAttached(t *testing.T) {
 				c.RunDockerCmd("rm", "-f", container)
 			}
 			c.RunDockerCmd("run",
-				"--name", container,
+				"--name", "fallback", // don't reuse the container name, this container is in a weird state and blocks everything
 				"--memory", "0.1G", "--cpus", "0.1",
 				"nginx")
 		} else {