Skip to content
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

Open
jcontini opened this issue Jul 4, 2016 · 7 comments
Open

Windows 8.1: Docker can't find overview.defaults.env #5

jcontini opened this issue Jul 4, 2016 · 7 comments

Comments

@jcontini
Copy link

jcontini commented Jul 4, 2016

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.

@neo-krish
Copy link

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?

@MatthewT26
Copy link

Have the same issue on Windows 7 Professional, 64-bit OS & processor.

@theiman
Copy link

theiman commented Aug 5, 2016

I have the same issue on Windows 7 Professional, 64-bit OS & processor..

@jstray
Copy link
Contributor

jstray commented Feb 24, 2017

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?

@jstray
Copy link
Contributor

jstray commented Feb 26, 2017

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.

@6uhrmittag
Copy link

6uhrmittag commented Mar 10, 2017

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

@adamhooper
Copy link
Member

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.

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

No branches or pull requests

7 participants