We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a61ecaf + e9664b9 commit f8932e9Copy full SHA for f8932e9
cli/config/types/authconfig.go
@@ -6,11 +6,6 @@ type AuthConfig struct {
6
Password string `json:"password,omitempty"`
7
Auth string `json:"auth,omitempty"`
8
9
- // Email is an optional value associated with the username.
10
- //
11
- // Deprecated: This field is deprecated since docker 1.11 (API v1.23) and will be removed in the next release.
12
- Email string `json:"email,omitempty"`
13
-
14
ServerAddress string `json:"serveraddress,omitempty"`
15
16
// IdentityToken is used to authenticate the user and get
0 commit comments