Merge pull request #20637 from Microsoft/jjh/fixteststartattachmultiplecontainers

Windows CI: Fix TestStartAttachMultipleContainers
This commit is contained in:
Arnaud Porterie 2016-02-24 08:46:00 -08:00
commit 467c8b1a6a
1 changed files with 1 additions and 1 deletions

View File

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