docs
docs copied to clipboard
Add information about including compose as OCI artifacts
Is this a docs issue?
- [x] My issue is about the documentation content or website
Type of issue
I can't find what I'm looking for
Description
CC https://github.com/docker/compose/pull/10949#issuecomment-1935870462
Location
https://docs.docker.com/compose/how-tos/multiple-compose-files/include/
Suggestion
If we now can include compose files in OCI artifacts:
include: - oci:<registry>/<repo>:<tag>
I think it should be documented
Hi @scraly, this is documented here https://docs.docker.com/compose/how-tos/oci-artifact/
Sorry but I already saw the documentation but can't find what I am asking for:
An example of a docker compose file with "include" statement pointing to an OCI artifact containing a compose file 🙂
The goal is to know HOW to use in include, the OCI artifact we pushed.
@aevesdocker I think this is a valide request, if you want I can create a PR to add an example
Having re-read with fresh eyes, I can see this is missing from docs! Apologies @scraly. As soon as you have that PR @glours I can get it approved and merged, thank you
Thanks :)