We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b84a9 commit 64cd2d2Copy full SHA for 64cd2d2
lib/logger.js
@@ -44,8 +44,8 @@ class Logger {
44
dockerSockPath = fs.existsSync('//./pipe/codefresh/docker_engine')
45
? '//./pipe/codefresh/docker_engine' : '//./pipe/docker_engine';
46
} else {
47
- dockerSockPath = fs.existsSync('/var/run/codefresh/docker.sock')
48
- ? '/var/run/codefresh/docker.sock' : '/var/run/docker.sock';
+ dockerSockPath = fs.existsSync('/var/run/docker.sock')
+ ? '/var/run/docker.sock' : '/run/user/1000/docker.sock';
49
}
50
51
this.docker = new Docker({
service.yaml
@@ -1 +1 @@
1
-version: 1.11.7
+version: 1.11.8
0 commit comments