I had this image running for some time. As you can see, I pulled the image about a year ago, maybe this has been fixed since then. If that's the case, please discard this issue.
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
926fa6835834 jonoh/openvpn-proxy "runsvdir /app" 12 months ago Up 2 months 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp, 0.0.0.0:8081->80/tcp, :::8081->80/tcp docker-openvpn-proxy_ovpn_proxy_1
Until I started gettifg many errors on this machine, apparently there was "no space left on device".
Seemed alright by me:
$ df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p5 610G 490G 90G 85% /
I had this image running for some time. As you can see, I pulled the image about a year ago, maybe this has been fixed since then. If that's the case, please discard this issue.
Until I started gettifg many errors on this machine, apparently there was "no space left on device".
Seemed alright by me:
Until I understood the problem was with Inodes:
After a bit of investigation, I tracked the issue down to
/var/lib/docker/
:So I killed and removed the image (giving it for timestamps) :
And then magically:
This would mean that there were 37966236 (37M) files created, using 243GB of disk.