mirror of https://github.com/docker/compose.git
19 lines
1.0 KiB
Markdown
19 lines
1.0 KiB
Markdown
# docker compose alpha publish
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Publish compose application
|
|
|
|
### Options
|
|
|
|
| Name | Type | Default | Description |
|
|
|:--------------------------|:---------|:--------|:-------------------------------------------------------------------------------|
|
|
| `--dry-run` | `bool` | | Execute command in dry run mode |
|
|
| `--oci-version` | `string` | | OCI image/artifact specification version (automatically determined by default) |
|
|
| `--resolve-image-digests` | `bool` | | Pin image tags to digests |
|
|
| `--with-env` | `bool` | | Include environment variables in the published OCI artifact |
|
|
| `-y`, `--yes` | `bool` | | Assume "yes" as answer to all prompts |
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|