Merge pull request #1349 from docker/fix_win_aci_stop_start

trying to better work around ACI flaky weird states
This commit is contained in:
Nicolas De loof 2021-02-24 15:16:24 +01:00 committed by GitHub
commit b21f1d83ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {