feat: debug api

This commit is contained in:
yusing
2025-04-13 06:17:41 +08:00
parent fdbf1ad787
commit 1eac48e899
8 changed files with 192 additions and 40 deletions

View File

@@ -24,5 +24,5 @@ func (c *SharedClient) Inspect(containerID string) (*Container, error) {
if err != nil {
return nil, err
}
return FromInspectResponse(json, c.key), nil
return FromInspectResponse(json, c.DaemonHost()), nil
}