docker compose publish
| Descripción | Publish compose application |
|---|---|
| Uso | docker compose publish [OPTIONS] REPOSITORY[:TAG] |
Descripción
Publish compose application
Opciones
| Opción | Predeterminado | Descripción |
|---|---|---|
--app | Published compose application (includes referenced images) | |
--oci-version | OCI image/artifact specification version (automatically determined by default) | |
--resolve-image-digests | Pin image tags to digests | |
--with-env | Include environment variables in the published OCI artifact | |
-y, --yes | Assume "yes" as answer to all prompts |