docker-compose config <services...>
Converts the compose file to platform's canonical format
Arguments
Options
Name | Description |
---|
--format <format> | Format the output. Values: [yaml | json] |
--hash <hash> | Print the service config hash, one per line |
--images | Print the image names, one per line |
--no-interpolate | Don't interpolate environment variables |
--no-normalize | Don't normalize compose model |
--output, -o <output> | Save to file (default to stdout) |
--profiles | Print the profile names, one per line |
--quiet, -q | Only validate the configuration, don't print anything |
--resolve-image-digests | Pin image tags to digests |
--services | Print the service names, one per line |
--volumes | Print the volume names, one per line |