知らなかったのだが、Dockerにはコンテナ当たりの容量制限があるらしい。
経緯としては、ストレージがあるのにもかかわらず、no space left on deviceというエラーが出てしまうというもの。

Table of Contents

  1. 設定

Local Development (Windows 10)

By default, Docker Desktop for Windows imposes a 20GB size limit on container images, which is too low for building and running Unreal Engine containers. You will need to increase the maximum container disk size to the recommended limit of 300GB by following the instructions below.

設定

Docker Desktopの設定から、Docker Engineの設定を開き、"defaultKeepStorage": "20GB","defaultKeepStorage": "200GB",に変更する。(各々好きな値で)

おしまい。