DockerでMySQLが立ち上がらない

投稿者: | 2023年3月20日

とあるプロジェクトでいつも通り docker-compose up -d を実行したところ、下記のエラーが表示されてmysqlのコンテナが立ち上がりませんでした。

InnoDB: Removed temporary tablespace data file: "ibtmp1"
Plugin 'InnoDB' init function returned error.
Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
Failed to initialize builtin plugins.
Aborting
Binlog end
Shutting down plugin 'CSV'
mysqld: Shutdown complete
github_gorillaclinic_mysql_1 exited with code 1

調べてみたところ、どうも容量が足らない模様。下記のコマンドで解決しました。

docker volume prune