In Docker management, is there a way to stop all containers except for specific ones?
Instead of listing all containers that need to be stopped, I'd prefer to specify only the containers that should remain running. This approach is much easier to manage when dealing with many contain. Thanks