fix(core): update
This commit is contained in:
parent
65c37bdd6f
commit
ae37148ece
@ -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:';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user