Feature or enhancement request details
Add a container prune subcommand to remove all stopped containers.
Basic requirements:
- Remove all containers in stopped state
- Display list of removed container IDs
- Show reclaimed disk space using ByteCountFormatter
- Trigger fstrim after cleanup to reclaim disk space
Example output:
Pruned containers:
abc123def456
789ghi012jkl
Reclaimed 2.4GB in disk space
Code of Conduct