如何优化存储?

我的服务器大小为 55GB,我们运营着一个小型社区。
我有 5 个备份文件,每个文件估计为 100MB。

我不明白为什么 Docker 占用了超过 30GB 的存储空间?
您能帮我删除未使用的文件或清理旧的更新文件吗?

谢谢,

1 个赞

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!

9 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.