Open jcontini opened 8 years ago
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.
C:\Program Files\Docker Toolbox\docker.exe: open /c/Users/Marvin/AppData/Roaming/SPB_Data/overview-local/config/overview.defaults.env: Das System kann den angegebenen Pfad nicht finden..
See 'C:\Program Files\Docker Toolbox\docker.exe run --help'.
Command failed with error 125
The file does exist.
C:\Users\Marvin\AppData\Roaming\SPB_Data\overview-local\config>dir
Datenträger in Laufwerk C: ist OS
Volumeseriennummer: BA54-7236
Verzeichnis von C:\Users\Marvin\AppData\Roaming\SPB_Data\overview-local\config
10.03.2017 14:19 <DIR> .
10.03.2017 14:19 <DIR> ..
10.03.2017 14:19 1.653 overview.defaults.env
10.03.2017 14:19 66 overview.env
10.03.2017 14:19 437 overview.yml
10.03.2017 14:19 472 persistent.yml
10.03.2017 14:19 883 plugins.yml
10.03.2017 14:19 659 services.yml
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)". overview-local
works perfectly.
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.