-
Notifications
You must be signed in to change notification settings - Fork 102
exec: "com.docker.cli": executable file not found in $PATH #914
Comments
Hi @otavioarc , thank you for reporting this issue 👍🏼 This error isn't related to Ritchie, but to Docker for macOS users. I suggest you take a look at this post on StackOverflow, and update your Docker configurations. Could you try it and tell us if it worked for you? If the problem persists, it may be related to another iSSUE which has been opened recently here. |
Hi @GuillaumeFalourd . Thanks for the answer. I tried the possible solutions reported in the StackOverflow question, but I've had no success. Probably a downgrade to a version which still have the Disable Cloud Experience option and later updating the docker to the most recent version would work, but as I'm using Apple Silicon M1 CPU I can't run versions prior to 3.3.1. I also tried to fix it through docker config files but it didn't work. I'll keep my eyes on the issue you mentioned, and update my issue as soon as I found a solution. Thanks for the support. |
The issue is also present in Windows 10 20H2 and Docker 3.3.3, both with or without the WSL2 backend :
|
… to 'com.docker.cli'.
… to 'com.docker.cli'. Signed-off-by: Danilo Cominotti Marques <dcominottim@gmail.com>
… to 'com.docker.cli'. Signed-off-by: Danilo Cominotti Marques <dcominottim@gmail.com>
* Fixes #914 by changing Docker's invocation command from 'docker' to 'com.docker.cli'. Signed-off-by: Danilo Cominotti Marques <dcominottim@gmail.com> * Fixes #914 by changing Docker's invocation command from 'docker' to 'com.docker.cli'. Signed-off-by: Danilo Cominotti Marques <dcominottim@gmail.com>
* Fixes #914 by changing Docker's invocation command from 'docker' to 'com.docker.cli'. Signed-off-by: Danilo Cominotti Marques <dcominottim@gmail.com> * Fixes #914 by changing Docker's invocation command from 'docker' to 'com.docker.cli'. Signed-off-by: Danilo Cominotti Marques <dcominottim@gmail.com>
… on Windows/MacOS and adding compatibility to WSL* (#989) * Fixes #914 by changing Docker's invocation command from 'docker' to 'com.docker.cli'. Signed-off-by: Danilo Cominotti Marques <dcominottim@gmail.com> * Fixes #914 by changing Docker's invocation command from 'docker' to 'com.docker.cli'. Signed-off-by: Danilo Cominotti Marques <dcominottim@gmail.com> * Fixes #987 * Improves fix for #987
What happened:
I'm trying to run the hello-world demo formula using docker but I'm getting the error
exec: "com.docker.cli": executable file not found in $PATH
when I runrit demo hello-world --docker
in terminal.What you expected to happen:
Print the message:
How to reproduce it (as minimally and precisely as possible):
Execute a fresh install of docker and Ritchie CLI, initialize Ritchie and execute
rit demo hello-world --docker
in terminal.Anything else we need to know?:
Environment:
rit --version
): 2.10.3The text was updated successfully, but these errors were encountered: