Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

windows: docker: command not found( docker not added to path) #260

Open
gu-fan opened this issue Oct 28, 2015 · 12 comments
Open

windows: docker: command not found( docker not added to path) #260

gu-fan opened this issue Oct 28, 2015 · 12 comments

Comments

@gu-fan
Copy link

gu-fan commented Oct 28, 2015

Running with mingw64 with this problem,
Solved with adding 'C:\Program Files\Docker Toolbox' to $PATH

windows 10
docker tool box 1.8.3

@fbender
Copy link

fbender commented Dec 9, 2015

Confirmed on Win7, Toolbox 1.9.1c

@dubrousky
Copy link

Confirmed on Win8.1

@lmmarsano
Copy link

raised here moby/moby#17774

@bandrzej
Copy link

...and here:
PATH confusion #469

@nishidayuya
Copy link

For normal user (non-administrator), confirmed on Windows Server 2008 R2, Docker Toolbox 1.11.1b.

Administrator works fine without PATH setting.

@amitntrivedi
Copy link

Yes setting up path by right lick on computer icon on desk top and setting environment parameter solve this problem.

@AndreKR
Copy link

AndreKR commented Dec 27, 2016

I created a fix for that a long time ago (#482), but it's not getting merged.

Edit: Which wouldn't work anymore (just as the crude workaround that is in that place now), I think because of the subshell that is started.

@nc-ruth
Copy link

nc-ruth commented Jul 10, 2018

First time I installed Docker, it was working in Powershell - but then I uninstalled it, and reinstalled Docker - now it doesn't work anymore in Powershell. :)

But after a reboot, it is working perfectly again! :)

@jasonmutd
Copy link

yes, adding path to the environment variable solve this issue for windows10. Remember to restart the docker terminal after you added the path.

@alexandis
Copy link

I have the same issue. Despite having docker directory added to PATH (and it's obvious from the screenshot it's accessible) I cannot install image using bash:
image

@devniel
Copy link

devniel commented Apr 29, 2020

Same problem, also by running it with bash on powershell.

@sdktraceur
Copy link

Still exists

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests