* use saner method for receiving docker containers ids * kill containers on exit
0.6
New API that allows to use docker metrics/data inside tests: * `proc.docker_container_id` – container id * `proc.docker_inspect()` – decoded json output of `docker inspect` * `proc.docker_stats()` – decoded json output of `docker stats`