diff --git a/internal/docker/client.go b/internal/docker/client.go index 892594ec..cd4f9aea 100644 --- a/internal/docker/client.go +++ b/internal/docker/client.go @@ -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(