Files
compose/docs/reference/compose_convert.md
Sebastiaan van Stijn 1d06741032 docs: fix trailing whitespace from markdown and regenerate
Trailing whitespace in Markdown can force line-breaks, which doesn't seem to
be the intent on these;

    find . -type f -print0 | xargs -0 perl -pi -e 's/ +$//'

The trailing whitespace also can cause the YAML to go wonky (although the
cli-docs-tool now takes that into account), and caused the "examples" section
to be missed in the `docker compose pull` page (something we should fix in
the tool).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-09 14:40:35 +01:00

383 B

Description

docker compose convert render the actual data model to be applied on target platform. When used with Docker engine, it merges the Compose files set by -f flags, resolves variables in Compose file, and expands short-notation into fully defined Compose model.

To allow smooth migration from docker-compose, this subcommand declares alias docker compose config