Docker Update 2

This commit is contained in:
2026-01-10 22:56:43 +00:00
parent f3313eefa9
commit bbd051dcf5
4 changed files with 347 additions and 85 deletions

View File

@@ -62,6 +62,10 @@ for arg in "$@"; do
echo " - ROS 2 (use: sudo apt remove 'ros-*')"
echo " - Gazebo (use: sudo apt remove 'gz-*')"
echo " - System packages"
echo ""
echo "Docker cleanup (if using Docker):"
echo " docker compose down --rmi all # Remove containers and images"
echo " docker builder prune -f # Clear build cache"
exit 0
;;
esac