mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
docs: image push example
This commit is contained in:
@@ -23,7 +23,7 @@ func NewPushCommand() *cobra.Command {
|
|||||||
Short: "Upload a local Docker image to the cluster.",
|
Short: "Upload a local Docker image to the cluster.",
|
||||||
Long: `Upload a local Docker image to the cluster transferring only the missing layers.
|
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).`,
|
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
|
uc image push myapp:latest
|
||||||
|
|
||||||
# Push image to specific machine.
|
# Push image to specific machine.
|
||||||
|
|||||||
Reference in New Issue
Block a user