| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 | command: docker compose convertaliases: configshort: Converts the compose file to platform's canonical formatlong: |-  `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`usage: docker compose convert SERVICESpname: docker composeplink: docker_compose.yamloptions:- 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: hash  value_type: string  description: Print the service config hash, one per line.  deprecated: false  experimental: false  experimentalcli: false  kubernetes: false  swarm: false- option: no-interpolate  value_type: bool  default_value: "false"  description: Don't interpolate environment variables.  deprecated: false  experimental: false  experimentalcli: false  kubernetes: false  swarm: false- option: profiles  value_type: bool  default_value: "false"  description: Print the profile names, one per line.  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- option: services  value_type: bool  default_value: "false"  description: Print the service names, one per line.  deprecated: false  experimental: false  experimentalcli: false  kubernetes: false  swarm: false- option: volumes  value_type: bool  default_value: "false"  description: Print the volume names, one per line.  deprecated: false  experimental: false  experimentalcli: false  kubernetes: false  swarm: falsedeprecated: falseexperimental: falseexperimentalcli: falsekubernetes: falseswarm: false
 |