play-with-docker.github.io icon indicating copy to clipboard operation
play-with-docker.github.io copied to clipboard

"Doing More With Docker Images" sandbox has almost full Inode tables

Open mat888 opened this issue 4 years ago • 0 comments

Running df -ih will reveal that this sandbox's inode tables are almost full, thus when attempting to run the new Docker image as instructed Docker believes no space exists.

This SO post is relevant to clearing Inode tables, might be a pretty simple fix. https://stackoverflow.com/questions/653096/how-to-free-inode-usage

mat888 avatar Mar 13 '21 20:03 mat888