私のサーバー容量は55GBで、小規模なコミュニティを運営しています。
バックアップファイルが5つあり、それぞれ約100MBです。
なぜDockerの占有容量が30GBを超えているのかわかりません。
使われていないファイルの削除や、古い更新ファイルの整理を手伝っていただけますか?
よろしくお願いいたします。
私のサーバー容量は55GBで、小規模なコミュニティを運営しています。
バックアップファイルが5つあり、それぞれ約100MBです。
なぜDockerの占有容量が30GBを超えているのかわかりません。
使われていないファイルの削除や、古い更新ファイルの整理を手伝っていただけますか?
よろしくお願いいたします。
It’s likely old images that need to be cleaned up by logging into your server and doing:
cd /var/discourse
./launcher cleanup
as well as:
apt-get autoclean
apt-get autoremove
See this topic for more detail:
This comes up a lot, I’m actually not sure why cleanup isn’t a more default automatic thing!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.