July 5, 20242 yr Community Expert I am trying to update a binhex docker app and I get the error message: Error: failed to register layer: write /usr/lib/udev/hwdb.bin: no space left on device What should I do? I thought 20 GB should be more than enough.
July 5, 20242 yr Author Community Expert I managed to solve this issue by increasing the available storage for docker apps. But I am not sure if this is "best practice". I mean, there might be something consuming space over time, but I am not sure how to troubleshoot that. Edited July 5, 20242 yr by Bob-omb
July 5, 20242 yr Community Expert If you have lots of docker containers then increasing the size is the correct answer. however if you find the space consumed increases when running the containers then you have a container that is writing internally to the image to a location that should be mapped to external storage.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.