docker-compose create

このコマンドは廃止予定(deprecated)です。 このかわりに up コマンドに--no-startオプションをつけて実行してください。

Usage: docker-compose create [options] [SERVICE...]

Options:
    --force-recreate       Recreate containers even if their configuration and
                           image haven't changed. Incompatible with --no-recreate.
    --no-recreate          If containers already exist, don't recreate them.
                           Incompatible with --force-recreate.
    --no-build             Don't build an image, even if it's missing.
    --build                Build images before creating containers.
利用方法: docker-compose create [オプション] [サービス名...]

オプション:
    --force-recreate       設定やイメージに変更がなくてもコンテナーを再生成します。
                           --no-recreate との併用はできません。
    --no-recreate          コンテナーが存在する場合は再生成しません。
                           --force-recreate との併用はできません。
    --no-build             イメージが見つからなくてもイメージをビルドしません。
    --build                コンテナーの生成前にイメージをビルドします。
fig, composition, compose, docker, orchestration, cli, create