mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Append --registry-auth with with
`--with-registry-auth` is more explicit. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
f5e1f6f688
commit
8426f72107
8 changed files with 12 additions and 12 deletions
|
@ -19,7 +19,7 @@ func addBundlefileFlag(opt *string, flags *pflag.FlagSet) {
|
|||
}
|
||||
|
||||
func addRegistryAuthFlag(opt *bool, flags *pflag.FlagSet) {
|
||||
flags.BoolVar(opt, "registry-auth", false, "Send registry authentication details to Swarm agents")
|
||||
flags.BoolVar(opt, "with-registry-auth", false, "Send registry authentication details to Swarm agents")
|
||||
}
|
||||
|
||||
func loadBundlefile(stderr io.Writer, namespace string, path string) (*bundlefile.Bundlefile, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue