We cannot accurately report disk usage because the Python Docker SDK does not expose writable layer size or image size. Pending the approval of docker/docker-py#3370, a temporary workaround in #1491 is to only consider the size of mounted volumes which covers most large writes (e.g ZIM files, Zimcheck results, etc.). However, this may miss meaningful usage in the writable layer and it also does not account for image size.
We cannot accurately report disk usage because the Python Docker SDK does not expose writable layer size or image size. Pending the approval of docker/docker-py#3370, a temporary workaround in #1491 is to only consider the size of mounted volumes which covers most large writes (e.g ZIM files, Zimcheck results, etc.). However, this may miss meaningful usage in the writable layer and it also does not account for image size.