commit | a69bd10960ac9f56d75c353f934b6fedde0a3a97 | [log] [tgz] |
---|---|---|
author | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Mon Dec 16 18:15:19 2019 +0300 |
committer | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Mon Dec 16 18:15:19 2019 +0300 |
tree | 315e7c04d3bc2bc2daa00059f6bd94c2da664b1a | |
parent | e9a9d258fd1f9baf94acd063cbd0ecc9172b5450 [diff] |
[CVP] Fixed cleaning up cvp containers In 'docker ps -f name=cvp' command, the name is found by the regexp, not the whole name. So 'docker ps -f name=cvp' will find even 'cvp-perf' container, but 'docker rm cvp' will fail if only cvp-perf is found and 'cvp' container does not exist. Change-Id: Ib2013f558b6ce43c75e35306ab2212a52c3a66ac Related-Prod: PROD-34385