Open TomonoriSoejima opened 3 years ago
find . | grep --color=never ps.txt | xargs grep $deployment_id
This will give you the containers that run the instances that belongs to the given deployment_id
find . | grep containers/elasticsearch/cf78c12ea7404886bc440c12ff3306af | grep 2021-07-12_1
This will give you the containers that run the instances that belongs to the given deployment_id
find . | grep containers/elasticsearch/cf78c12ea7404886bc440c12ff3306af | grep 2021-07-12_1