Signed-off-by: Hiroyuki Sasagawa <hs19870702@gmail.com>
This commit is contained in:
16yuki0702 2018-10-06 03:43:14 +09:00 committed by Hiroyuki Sasagawa
parent 8c0d7e6d52
commit a28843150a
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ func (s *DockerSwarmSuite) TestOverlayAttachable(c *check.C) {
c.Assert(err, checker.IsNil, check.Commentf("%s", out))
c.Assert(strings.TrimSpace(out), checker.Equals, "true")
// validate containers can attache to this overlay network
// validate containers can attach to this overlay network
out, err = d.Cmd("run", "-d", "--network", "ovnet", "--name", "c1", "busybox", "top")
c.Assert(err, checker.IsNil, check.Commentf("%s", out))