signalfx / maestro-ng

Orchestration of Docker-based, multi-host environments
https://signalfx.com
Apache License 2.0
685 stars 83 forks source link

Add ability to filter container names #221

Closed tedoc2000 closed 3 years ago

tedoc2000 commented 3 years ago

Added new -C/--container-filter global option to allow users to filter container names using python fnmatch syntax. E.g -F foo will match only containers that contain foo Note this will only work when no dependencies are involved

Added -S/--ship-filter option to allow the filtering of container names based on their ship name using python fnmatch syntax. E.g foo will match only containers whose ship contains foo

tedoc2000 commented 3 years ago

Added unit tests