commit | 07306f2448cc61f7cf6956d3a57c87e64193f1bc | [log] [tgz] |
---|---|---|
author | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Mon Dec 16 18:15:19 2019 +0300 |
committer | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Thu Jan 09 09:04:29 2020 +0000 |
tree | 4172c70155b74d84e865b7b1b091c199642bc98b | |
parent | 69382ce4bc8fd6f1b49eac2b285342bda6d98406 [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