Merge pull request #44 from nishanttotla/cpick-cli-121

[cherry-pick] Enable client side digest pinning for stack deploy
This commit is contained in:
Andrew Hsu
2017-06-10 13:29:54 -07:00
committed by GitHub
6 changed files with 54 additions and 10 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},
})
}