-
Notifications
You must be signed in to change notification settings - Fork 289
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
Docker 2.3.4.0 - docker.exe not on path #7898
Comments
* 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`
Issues go stale after 90 days of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
docker works from command path
Actual behavior
With the latest version docker.exe gives command not found from the command prompt
The Docker for Windows adds the following directories into the path
C:\Program Files\Docker\Docker\resources\bin
C:\ProgramData\DockerDesktop\version-bin
However docker.exe now seems to be in
C:\Program Files\Docker\Docker\resources
Information
The text was updated successfully, but these errors were encountered: