fix(docker): revert to API version negotiation for Docker client

This commit is contained in:
yusing
2025-11-15 10:52:03 +08:00
parent a291a49a0e
commit 1bcaf0dab5

View File

@@ -110,7 +110,7 @@ func Clients() map[string]*SharedClient {
return clients
}
var versionArg = client.WithVersion("v1.51.0")
var versionArg = client.WithAPIVersionNegotiation()
// NewClient creates a new Docker client connection to the specified host.
//