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.
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.