ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

Checking docker runs before trying to kill it #413

Closed ElectreAAS closed 1 year ago

ElectreAAS commented 1 year ago

This removes a slightly annoying warning: worker_1 | Error response from daemon: Cannot kill container: cb_worker_runner_0: No such container: cb_worker_runner_0 We first check if docker ps finds that container before killing it.