Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/manuals/compose/how-tos/oci-artifact.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,9 @@ Do you want to continue? [y/N]: y

Your compose stack "oci://registry.example.com/stack:latest" is stored in "~/Library/Caches/docker-compose/964e715660d6f6c3b384e05e7338613795f7dcd3613890cfa57e3540353b9d6d"
```

The docker compose publish command supports non-interactive execution, allowing you to skip the confirmation prompt by including the `-y` (or `--yes`) flag:

```console
$ docker compose publish -y username/my-compose-app:latest
```