docs: image push example

This commit is contained in:
Pasha Sviderski
2025-09-30 15:24:40 +10:00
parent ffed906cef
commit 6b758c810e
+1 -1
View File
@@ -23,7 +23,7 @@ func NewPushCommand() *cobra.Command {
Short: "Upload a local Docker image to the cluster.",
Long: `Upload a local Docker image to the cluster transferring only the missing layers.
The image is uploaded to the machine which CLI is connected to (default) or the specified machine(s).`,
Example: ` # Push image to the currently connected machine.
Example: ` # Push image to the machine the CLI is connected to.
uc image push myapp:latest
# Push image to specific machine.