Skip to content

Commit 522e384

Browse files
committed
Fixes ZupIT/ritchie-cli#914 by changing Docker's invocation command from 'docker' to 'com.docker.cli'.
Signed-off-by: Danilo Cominotti Marques <dcominottim@gmail.com>
1 parent 649431e commit 522e384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/formula/runner/docker/pre_run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
loadConfigErrMsg = `Failed to load formula config file
4040
Try running rit update repo
4141
Config file path not found: %s`
42-
dockerCmd = "docker"
42+
dockerCmd = "com.docker.cli"
4343
)
4444

4545
var (

0 commit comments

Comments
 (0)