Skip to content

Commit 6da8e98

Browse files
committed
chore: add TODO to refactor docker client method
1 parent 4d591f9 commit 6da8e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/docker/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type Client struct {
1616
}
1717

1818
// WaitDaemonReady waits for the Docker daemon to start and be ready to serve requests.
19+
// TODO(lhf): convert into a Client method.
1920
func WaitDaemonReady(ctx context.Context, cli *client.Client) error {
2021
// Retry to ping the Docker daemon until it's ready or the context is canceled.
2122
boff := backoff.WithContext(backoff.NewExponentialBackOff(

0 commit comments

Comments
 (0)