mirror of
https://github.com/docker/compose.git
synced 2025-07-06 13:24:25 +02:00
trying to better work around ACI flaky weird states
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
f212d61058
commit
aa5619cef0
@ -486,7 +486,7 @@ func TestContainerRunAttached(t *testing.T) {
|
|||||||
c.RunDockerCmd("rm", "-f", container)
|
c.RunDockerCmd("rm", "-f", container)
|
||||||
}
|
}
|
||||||
c.RunDockerCmd("run",
|
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",
|
"--memory", "0.1G", "--cpus", "0.1",
|
||||||
"nginx")
|
"nginx")
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user