mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 03:53:33 +00:00
chore: shorten socat proxy container progress message
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ func (cli *Client) pushImageToMachine(
|
|||||||
ID: proxyEventID,
|
ID: proxyEventID,
|
||||||
Status: progress.Working,
|
Status: progress.Working,
|
||||||
StatusText: "Starting",
|
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)
|
proxyCtrID, proxyPort, err = runDockerVMProxyContainer(ctx, dockerCli, proxyPort)
|
||||||
|
|||||||
Reference in New Issue
Block a user