タグ : docker-compose

docker-compose up –force-recreate でコンテナを再作成してから起動する

docker-compose up でコンテナを再作成してから起動するには –force-recreate オプションを付けることで実現できます。

Docker

続きを読む

docker-compose build –no-cache でキャッシュを使わないでビルドする

docker-compose build でキャッシュを使わないでビルドするには –no-cache オプションを付けることで実現できます。

Docker

続きを読む