切换深色或浅色模式
docker system prune -f
TIP
此操作将删除停止的容器、未被使用的网络、dangling镜像(无tag且无引用的镜像)和未被使用的构建缓存,-f表示无需确认
-f