3c2e8b99be
* Fix ansible-test docker container detection. * Attach test containers to the correct network. * Do not assume `localhost` for accesing Docker. * Look for containers on current network. * Always map /var/run/docker.sock into containers. This fixes issues when using a remote Docker host. * Support container IP lookup from networks list. * Fix container network attachment. * Remove redundant container detection messages. * Limit DOCKER_HOST parsing to TCP. * Restore docker socket existence check. The check is skipped if the docker hostname is not localhost. * Correct changelog entry.
4 lines
277 B
YAML
4 lines
277 B
YAML
bugfixes:
|
|
- ansible-test - Always connect additional Docker containers to the network used by the current container (if any).
|
|
minor_changes:
|
|
- ansible-test - Add a ``--docker-network`` option to choose the network for running containers when using the ``--docker`` option.
|