1
0
mirror of https://github.com/moby/moby.git synced 2025-10-24 09:13:09 +03:00

Merge pull request #28601 from tiborvass/plugin-misc-fixes

Plugin miscellaneous fixes
This commit is contained in:
Anusha Ragunathan
2016-11-22 16:12:37 -08:00
committed by GitHub
18 changed files with 348 additions and 203 deletions

View File

@@ -774,7 +774,7 @@ func (s *DockerNetworkSuite) TestDockerPluginV2NetworkDriver(c *check.C) {
testRequires(c, DaemonIsLinux, Network, IsAmd64)
var (
npName = "mavenugo/test-docker-netplugin"
npName = "tiborvass/test-docker-netplugin"
npTag = "latest"
npNameWithTag = npName + ":" + npTag
)