chore: fix comment

This commit is contained in:
Pavel Sviderski
2025-05-16 21:35:21 +10:00
parent 3aa8fead76
commit ff1a8fbcf9
+1 -1
View File
@@ -209,7 +209,7 @@ func NewMachine(config *Config) (*Machine, error) {
} }
c := cluster.NewCluster(corroStore, corroAdmin) c := cluster.NewCluster(corroStore, corroAdmin)
// Init a gRPC Docker server that proxies requests to the local Docker daemon. // Init dependencies for a gRPC Docker server that proxies requests to the local Docker daemon.
dockerCli, err := client.NewClientWithOpts(client.FromEnv, client.WithAPIVersionNegotiation()) dockerCli, err := client.NewClientWithOpts(client.FromEnv, client.WithAPIVersionNegotiation())
if err != nil { if err != nil {
return nil, fmt.Errorf("create Docker client: %w", err) return nil, fmt.Errorf("create Docker client: %w", err)