刪除300 天前的docker images docker image prune -a --filter "until=7200h"; 刪除所有未被tag 的images docker rmi $(docker images -f "dangling=true" -q) ...
確定! 回上一頁