mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo
Signed-off-by: Hiroyuki Sasagawa <hs19870702@gmail.com>
This commit is contained in:
parent
8c0d7e6d52
commit
a28843150a
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue