command: docker compose convert aliases: config short: Converts the compose file to platform's canonical format long: "`docker compose convert` render the actual data model to be applied on target platform. When used with Docker engine,\nit merges the Compose files set by `-f` flags, resolves variables in Compose file, and expands short-notation into \nfully defined Compose model." usage: docker compose convert SERVICES pname: docker compose plink: docker_compose.yaml options: - option: format value_type: string default_value: yaml description: 'Format the output. Values: [yaml | json]' deprecated: false experimental: false experimentalcli: false kubernetes: false swarm: false - option: quiet shorthand: q value_type: bool default_value: "false" description: Only validate the configuration, don't print anything. deprecated: false experimental: false experimentalcli: false kubernetes: false swarm: false - option: resolve-image-digests value_type: bool default_value: "false" description: Pin image tags to digests. deprecated: false experimental: false experimentalcli: false kubernetes: false swarm: false deprecated: false experimental: false experimentalcli: false kubernetes: false swarm: false