fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-16 21:34:35 +02:00
parent 65c37bdd6f
commit ae37148ece

View File

@ -17,7 +17,7 @@ export class DockerHost {
if (pathArg) { if (pathArg) {
pathToUse = pathArg; pathToUse = pathArg;
} else if (process.env.CI) { } else if (process.env.CI) {
pathToUse = 'tcp://docker:2375/'; pathToUse = 'http://docker:2375/';
} else { } else {
pathToUse = 'http://unix:/var/run/docker.sock:'; pathToUse = 'http://unix:/var/run/docker.sock:';
} }