docker: make sure to cleanup containers before force exit

Observed containers were being left over on the host machine when
docker tests were terminated mid way. Due to this, host machine was not
able to run anymore containers after a certain threshold of running
containers and eventually runs out of available memory. Fix this issue
by always cleaning the containers when exiting from the tests.

Change-Id: I85429ab52172dbeb9a6b87b49daee43dc26cc47d
1 file changed