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 903e9b3 + 0270b2d commit 04bfe7dCopy full SHA for 04bfe7d
cli/command/cli.go
@@ -47,7 +47,6 @@ type Cli interface {
47
Apply(ops ...CLIOption) error
48
config.Provider
49
ServerInfo() ServerInfo
50
- DefaultVersion() string
51
CurrentVersion() string
52
ContentTrustEnabled() bool
53
BuildKitEnabled() (bool, error)
@@ -89,6 +88,8 @@ type DockerCli struct {
89
88
}
90
91
// DefaultVersion returns [client.MaxAPIVersion].
+//
92
+// Deprecated: this function is no longer used and will be removed in the next release.
93
func (*DockerCli) DefaultVersion() string {
94
return client.MaxAPIVersion
95
0 commit comments