mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-22 09:09:08 +01:00
Revert "fix(docker): revert to API version negotiation for Docker client"
This reverts commit 1bcaf0dab5.
This commit is contained in:
@@ -110,7 +110,7 @@ func Clients() map[string]*SharedClient {
|
||||
return clients
|
||||
}
|
||||
|
||||
var versionArg = client.WithAPIVersionNegotiation()
|
||||
var versionArg = client.WithVersion("v1.51.0")
|
||||
|
||||
// NewClient creates a new Docker client connection to the specified host.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user