mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Expose docker socket to test containers.
This commit is contained in:
@@ -211,6 +211,11 @@ def delegate_docker(args, exclude, require):
|
|||||||
'--privileged=%s' % str(privileged).lower(),
|
'--privileged=%s' % str(privileged).lower(),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
docker_socket = '/var/run/docker.sock'
|
||||||
|
|
||||||
|
if os.path.exists(docker_socket):
|
||||||
|
test_options += ['--volume', '%s:%s' % (docker_socket, docker_socket)]
|
||||||
|
|
||||||
if util_id:
|
if util_id:
|
||||||
test_options += [
|
test_options += [
|
||||||
'--link', '%s:ansible.http.tests' % util_id,
|
'--link', '%s:ansible.http.tests' % util_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user