We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa8fea commit ff1a8fbCopy full SHA for ff1a8fb
internal/machine/machine.go
@@ -209,7 +209,7 @@ func NewMachine(config *Config) (*Machine, error) {
209
}
210
c := cluster.NewCluster(corroStore, corroAdmin)
211
212
- // 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.
213
dockerCli, err := client.NewClientWithOpts(client.FromEnv, client.WithAPIVersionNegotiation())
214
if err != nil {
215
return nil, fmt.Errorf("create Docker client: %w", err)
0 commit comments