mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-24 04:18:43 +00:00
debian converted to s6, aline files moved
This commit is contained in:
@@ -10,8 +10,8 @@ check_output = testinfra.get_backend(
|
||||
def DockerGeneric(request, args, image, cmd):
|
||||
assert 'docker' in check_output('id'), "Are you in the docker group?"
|
||||
if 'diginc/pi-hole' in image:
|
||||
#args += " -v /dev/null:/etc/pihole/adlists.default -e PYTEST=\"True\""
|
||||
args += " -e PYTEST=\"True\""
|
||||
args += " -v /dev/null:/etc/pihole/adlists.default -e PYTEST=\"True\""
|
||||
#args += " -e PYTEST=\"True\""
|
||||
docker_run = "docker run -d {} {} {}".format(args, image, cmd)
|
||||
docker_id = check_output(docker_run)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user