-
Notifications
You must be signed in to change notification settings - Fork 27
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 8.1: Docker can't find overview.defaults.env #5
Comments
Facing the very same issue. In my case, it's Windows 10 on a Surface. I imagine it's an issue with the way Overview's start script is looking for folder and the way VirtualBox is mounting them. Can anyone from the Overview team comment? |
Have the same issue on Windows 7 Professional, 64-bit OS & processor. |
I have the same issue on Windows 7 Professional, 64-bit OS & processor.. |
Hi! We cannot support Windows 7, it's too old. But @neo-krish perhaps you can help us figure out what the problem is on Windows 10? Willing to do a little testing? |
Can someone on Windows check whether config/overview.defaults.env actually exists on their machine? It should come down when you clone the overview-local repo. |
Got the same error on Win7.
The file does exist.
|
According to #16 this doesn't work on Windows 10 Pro 64-bit. Not having Windows myself, I tested within an image: "MSEdge on Win10 (x64) Stable (16.16299)". |
Hello,
I installed a fresh version of Docker on Windows 8.1 Pro, 64-bit OS & processor. I have 8GB of RAM and allocated the recommended amount to overview. When I installed overview-local, and whenever I try to start it, I get this message:
Starting overview-searchindex
Waiting for database...
Applying latest schema...
C:\Program Files\Docker Toolbox\docker.exe: open /c/Users/JContini/overview-loca
l/config/overview.defaults.env: The system cannot find the path specified..
See 'C:\Program Files\Docker Toolbox\docker.exe run --help'.
Command failed with error 125
When I run docker-machine env from the docker shell, I get:
$ docker-machine env
export DOCKER_TLS_VERIFY="1"
export DOCKER_HOST="tcp://192.168.99.100:2376"
export DOCKER_CERT_PATH="C:\Users\JContini.docker\machine\machines\default"
export DOCKER_MACHINE_NAME="default"
Run this command to configure your shell:
eval $("C:\Program Files\Docker Toolbox\docker-machine.exe" env)
Running eval "$(docker-machine env default)" or the version above don't seem to do anything. I can't seem to access overview through a web browser on localhost or that IP, with port 9000, 2376 or otherwise.
Any ideas on why docker says it can't find overview.defaults.env? The file is present at that path.
The text was updated successfully, but these errors were encountered: