chore: shorten socat proxy container progress message

This commit is contained in:
Pasha Sviderski
2025-09-30 19:44:54 +10:00
parent fc3297c7b7
commit a217643ac9
+1 -1
View File
@@ -213,7 +213,7 @@ func (cli *Client) pushImageToMachine(
ID: proxyEventID,
Status: progress.Working,
StatusText: "Starting",
Text: "(detected virtualised Docker locally, starting socat container to proxy to Docker VM)",
Text: "(detected Docker in VM locally, starting socat proxy container)",
})
proxyCtrID, proxyPort, err = runDockerVMProxyContainer(ctx, dockerCli, proxyPort)