0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

DockerでBuild failed(no space left on device)のエラー解決法

Last updated at Posted at 2022-11-27

エラー内容

failed to register layer: Error processing tar file(exit status 1): write /usr/share/doc/libgdbm-compat4/copyright: no space left on device
ERROR: Service 'php' failed to build : Build failed

・docker-compose upの際ビルド中にエラーが起きた
・localhostで表示ができない

inode使用率が高かったのが原因

以下コマンドで解消できた

docker volume rm `docker volume ls -q -f dangling=true`
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?