Can I clean /var/lib/docker/tmp?

后端 未结 1 462
时光取名叫无心
时光取名叫无心 2021-01-04 10:11

My server is CoreOS. There are so many files in /var/lib/docker/tmp, their name\'s like \"GetV2ImageBlob998303926\".

The size of all

相关标签:
1条回答
  • 2021-01-04 10:40

    This is reported in issues/14506, and addressed in PR 14389, now PR 15414.

    Ensure images downloaded by pullTagV2 are always cleaned up

    Previously, if only some of the downloads succeed, we would not close and delete the file handles. This does change the behavior of the registration to block on all downloads completing (whereas previously it would exit early after the first failure), which is necessary to ensure cleanup is only performed after the download portion has completed.

    That will be fixed in Docker 1.8 or 1.9

    0 讨论(0)
提交回复
热议问题