CiscoCloud / distributive

Unit testing for the cloud
Apache License 2.0
147 stars 20 forks source link

Remove dependency on ProbablisticSplit for Issue #128 to fix DockerRunning checks #129

Closed ianblenke closed 8 years ago

ianblenke commented 8 years ago

This is a fix for Issue #128 that removes the DockerRunning check dependencies on ProbablisticSplit to allow docker ps -a to properly parse for net=host containers that have no PORTS column to parse.

langston-barrett commented 8 years ago

This is great, thanks for the PR! I wasn't aware of the --format option, that will significantly increase the reliability of parsing the output.