Documentation ¶ Index ¶ func Compose(ctx context.Context, runner exec.Runner, files ...string) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Compose ¶ func Compose(ctx context.Context, runner exec.Runner, files ...string) ([]byte, error) Compose runs `docker compose config` over the given files and returns the fully resolved, merged YAML. The files are applied in order, so later files override earlier ones. Types ¶ This section is empty. Source Files ¶ View all Source files merge.go Click to show internal directories. Click to hide internal directories.