docker-compose config

Usage: docker-compose config [options]

Options:
    --resolve-image-digests  Pin image tags to digests.
    --no-interpolate         Don't interpolate environment variables.
    -q, --quiet              Only validate the configuration, don't print
                             anything.
    --services               Print the service names, one per line.
    --volumes                Print the volume names, one per line.
    --hash="*"               Print the service config hash, one per line.
                             Set "service1,service2" for a list of specified services
                             or use the wildcard symbol to display all services.
利用方法: docker-compose config [オプション]

オプション:
    --resolve-image-digests  イメージタグをダイジェストに固定します。
    --no-interpolate         環境変数を参照しません。
    -q, --quiet              設定を検証するだけで、何も出力しません。
    --services               サービス名を1行ずつ表示します。
    --volumes                ボリューム名を1行ずつ表示します。
    --hash="*"               サービス設定を1行ずつ表示します。
                             "service1,service2"のような指定により特定サービスを、
                             またワイルドカード指定により全サービスを表示します。

Compose ファイルを検証して表示します。

fig, composition, compose, docker, orchestration, cli, config