fix(core): update
This commit is contained in:
parent
65c37bdd6f
commit
ae37148ece
@ -17,7 +17,7 @@ export class DockerHost {
|
||||
if (pathArg) {
|
||||
pathToUse = pathArg;
|
||||
} else if (process.env.CI) {
|
||||
pathToUse = 'tcp://docker:2375/';
|
||||
pathToUse = 'http://docker:2375/';
|
||||
} else {
|
||||
pathToUse = 'http://unix:/var/run/docker.sock:';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user