Fixing stack deploy tests to not contact registry

Because of cherry-pick from commit
f790e839fc

Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
This commit is contained in:
Nishant Totla
2017-06-08 15:20:09 -07:00
parent 66d168dd55
commit f15c4fd160
2 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,7 @@ func deployStack(unusedCli *client.Client, stackName, composeFilePath string) er
{"docker", "stack", "deploy",
"--compose-file", composeFilePath,
"--with-registry-auth",
"--resolve-image", "never",
stackName},
})
}