chore: add TODO to refactor docker client method

This commit is contained in:
Pasha Sviderski
2025-11-03 13:45:45 +10:00
parent 4d591f9efc
commit 6da8e98c62
+1
View File
@@ -16,6 +16,7 @@ type Client struct {
}
// WaitDaemonReady waits for the Docker daemon to start and be ready to serve requests.
// TODO(lhf): convert into a Client method.
func WaitDaemonReady(ctx context.Context, cli *client.Client) error {
// Retry to ping the Docker daemon until it's ready or the context is canceled.
boff := backoff.WithContext(backoff.NewExponentialBackOff(