Scroll to navigation

DOCKER-COMPOSE-PUBLISH(1) DOCKER-COMPOSE-PUBLISH(1)

NAME

docker-compose-publish - Publish compose application

SYNOPSIS

docker compose publish [OPTIONS] REPOSITORY[:TAG]

DESCRIPTION

Publish compose application

OPTIONS

--app[=false] Published compose application (includes referenced images)

-h, --help[=false] help for publish

--oci-version="" OCI image/artifact specification version (automatically determined by default)

--resolve-image-digests[=false] Pin image tags to digests

--with-env[=false] Include environment variables in the published OCI artifact

-y, --yes[=false] Assume "yes" as answer to all prompts

OPTIONS INHERITED FROM PARENT COMMANDS

--dry-run[=false] Execute command in dry run mode

SEE ALSO

docker-compose(1)

Apr 2026