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