LoginSignup
0
0

dockerエラー。no space left on device

Last updated at Posted at 2023-06-11
failed to solve: rpc error: code = Unknown desc = failed to create .....png: no space left on device

と出た。
兎に角dockerのイメージやコンテナを削除。

途中

ERROR [mysql:5.7.35 internal] load metadata for docker.

と出た場合は

+++ b/dockerfiles/mysql/Dockerfile
@@ -1,4 +1,4 @@
-FROM mysql:5.7.35
+FROM --platform=linux/x86_64 mysql:5.7

を追加(Mac M1だけ??)。

結局
Disk image sizeを上げたらいけた
スクリーンショット 2023-06-12 1.28.36.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0