Skip to content

Commit

Permalink
test: rootless dind
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Nov 15, 2024
1 parent 64cd2d2 commit 9568ef7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ class Logger {
dockerSockPath = fs.existsSync('//./pipe/codefresh/docker_engine')
? '//./pipe/codefresh/docker_engine' : '//./pipe/docker_engine';
} else {
dockerSockPath = fs.existsSync('/var/run/docker.sock')
? '/var/run/docker.sock' : '/run/user/1000/docker.sock';
dockerSockPath = '/run/user/1000/docker.sock';
}

this.docker = new Docker({
Expand Down

0 comments on commit 9568ef7

Please sign in to comment.