#!/bin/bash # Remove apenas recursos não utilizados echo "=== LIMPEZA SEGURA ===" docker system prune -a -f --volumes