We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30af879 + 8b383d2 commit a0066a1Copy full SHA for a0066a1
1 file changed
cli/command/registry/login.go
@@ -41,10 +41,6 @@ func NewLoginCommand(dockerCli command.Cli) *cobra.Command {
41
flags.StringVarP(&opts.user, "username", "u", "", "Username")
42
flags.StringVarP(&opts.password, "password", "p", "", "Password")
43
44
- // Deprecated in 1.11: Should be removed in docker 17.06
45
- flags.StringVarP(&opts.email, "email", "e", "", "Email")
46
- flags.MarkDeprecated("email", "will be removed in 17.06.")
47
-
48
return cmd
49
}
50
0 commit comments