1. ホーム
  2. windows

[解決済み] Docker Composeのビルドに失敗 - ファイル共有は中止されました。

2022-10-29 02:33:32

質問

Docker Desktop で問題に遭遇しました。現在、Stackoverflow のユーザーとして edge バージョンを使用しています。以前は、ドライブが不明な理由で共有されていないというエラーが発生し、エッジ バージョンをインストールすることで解決しました。 Windows 用 Docker。不明な理由でドライブの共有に失敗しました

これをインストールしたところ、新しいエラーが発生し、一部のコンテナーを構築できなくなりました。これらのコンテナーはすべてテスト済みで、他のいくつかのシステムで動作しています。現在、4 つのコンテナのうち 3 つが構築されず、すべて以下のような同じエラーを発生させます。

ERROR: for db  Cannot create container for service db: status code not OK but 500: {"Message":"Unhandled exception: Filesharing has been cancelled"}
Encountered errors while bringing up the project.

完全なエラーです。

Creating imt2291-part2_www_1 ...
Creating imt2291-part2_phpmyadmin_1 ... done
Creating imt2291-part2_db_1         ...
Creating imt2291-part2_test_1       ... error
Creating imt2291-part2_www_1        ... error
ERROR: for imt2291-part2_test_1  Cannot create container for service test: status code not OK but 500: {"Message":"Unhandled exception: Filesharing has been cancelled"}

ERROR: for imt2291-part2_www_1  Cannot create container for service www: status Creating imt2291-part2_db_1         ... error
lled"}

ERROR: for imt2291-part2_db_1  Cannot create container for service db: status code not OK but 500: {"Message":"Unhandled exception: Filesharing has been cancelled"}

ERROR: for test  Cannot create container for service test: status code not OK but 500: {"Message":"Unhandled exception: Filesharing has been cancelled"}

ERROR: for www  Cannot create container for service www: status code not OK but 500: {"Message":"Unhandled exception: Filesharing has been cancelled"}

ERROR: for db  Cannot create container for service db: status code not OK but 500: {"Message":"Unhandled exception: Filesharing has been cancelled"}
Encountered errors while bringing up the project.

どなたかこの問題に遭遇したことがあり、修正方法を見つけた方はいらっしゃいますか?

どのように解決するのですか?

Docker for Windows アプリのファイル共有設定を更新する必要があります (2.2.0.0 では新しいセキュリティ強化が行われ、積極的なデフォルトが設定されています)。必要なフォルダをすべて追加し、Docker for Windows を再起動してください。