mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Tue Nov 18 10:53:36 UTC 2025
This commit is contained in:
parent
4b21ae6795
commit
e1ec13485a
380 changed files with 16045 additions and 783 deletions
26
gcloud/beta/run/compose/help
Normal file
26
gcloud/beta/run/compose/help
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
NAME
|
||||
gcloud beta run compose - support Docker Compose workflows on Cloud Run
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta run compose COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) This command group provides tools for Docker Compose developers to
|
||||
deploy services to Cloud Run using compose.yaml as the input source.
|
||||
|
||||
EXAMPLES
|
||||
To bring up a Docker Compose service on Cloud Run, run:
|
||||
|
||||
$ gcloud beta run compose up compose.yaml
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha run compose
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue