mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-22 00:59:11 +01:00
replace deprecated docker types
This commit is contained in:
@@ -24,5 +24,5 @@ func (c *SharedClient) Inspect(containerID string) (*Container, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return FromJSON(json, c.key), nil
|
||||
return FromInspectResponse(json, c.key), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user