mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows CI: Fix TestStartAttachMultipleContainers
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
a9e6274224
commit
ef9f13af3d
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ func (s *DockerSuite) TestStartMultipleContainers(c *check.C) {
|
|||
func (s *DockerSuite) TestStartAttachMultipleContainers(c *check.C) {
|
||||
// run multiple containers to test
|
||||
for _, container := range []string{"test1", "test2", "test3"} {
|
||||
dockerCmd(c, "run", "-d", "--name", container, "busybox", "top")
|
||||
runSleepingContainer(c, "--name", container)
|
||||
}
|
||||
|
||||
// stop all the containers
|
||||
|
|
Loading…
Reference in a new issue