### Feature or enhancement request details Add a `container network prune` subcommand to remove networks not connected to any containers. Basic requirements: - Remove all networks with no container connections - Preserve default/system networks (e.g., bridge, host) - Display list of removed network names Example output: ``` Pruned networks: some-network-1 some-network-2 ``` ### Code of Conduct - [x] I agree to follow this project's Code of Conduct
Feature or enhancement request details
Add a
container network prunesubcommand to remove networks not connected to any containers.Basic requirements:
Example output:
Code of Conduct