docker: add Client.Close method #644

Open
opened 2026-08-13 01:11:59 +00:00 by the.auditor · 0 comments
Owner

internal/docker.Client wraps the Docker SDK client but exposes no Close() method. The SDK client holds an HTTP transport and idle connections; a Close() (delegating to client.Client.Close()) would allow clean shutdown in daemon lifecycle management.

See PR #642.

`internal/docker.Client` wraps the Docker SDK client but exposes no `Close()` method. The SDK client holds an HTTP transport and idle connections; a `Close()` (delegating to `client.Client.Close()`) would allow clean shutdown in daemon lifecycle management. See PR #642.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/thwap-pagesd#644
No description provided.