Derek Wood

Results 1 comments of Derek Wood

Another way to workaround the issue ``` # Monkey-patch the get_container_host_ip method container.get_container_host_ip = lambda: 'localhost' container.start() ```