-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: docker not found when running aio app run --local --verbose
(openwhisk)
#304
Comments
JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-942 |
The path list is defined here https://github.com/apache/openwhisk/blob/master/core/standalone/src/main/scala/org/apache/openwhisk/standalone/StandaloneDockerSupport.scala#L189. @chetanmeh confirmed we could add another entry to the list. |
added a patch apache/openwhisk#4991 |
* fix: add new Windows docker.exe location See docker/for-win#7898 See adobe/aio-cli-plugin-app#304 * fix: scala formatting Check: `./gradlew checkScalaFmt` Fix: `./gradlew scalaFmt`
patch integrated, we need to build a new jar https://github.com/apache/openwhisk/blob/master/core/standalone/README.md and add it to the our jar download at aio-cli-plugin-app/src/lib/owlocal.js Line 47 in db51485
|
New PR apache/openwhisk#5021 |
On Windows 10,
Docker version 19.03.13, build 4484c46d9d
,Docker Desktop Community 2.4.0.0
Docker is installed, and the docker checks all pass in our checks in the app plugin.
However, the local Openwhisk stack can't find it, because it is looking for docker in C:\Program Files\Docker\Docker\resources\bin\docker.exe. The .exe location has changed to C:\Program Files\Docker\Docker\resources\docker.exe . See docker/for-win#7898
Log:
The text was updated successfully, but these errors were encountered: