-
-
Notifications
You must be signed in to change notification settings - Fork 664
Description
Hi,
I've already complete setup & using devilbox tool on OS X
(it means that i understand how it works fine)
But on Windows7 x64 host i have a following issue.
Accordingly to documentation, we need to specify a "LOCAL_LISTEN_ADDR",
which is 127.0.0.1 by default. Docker tools software versions provided in attachment image.
In case of windows 7 we can use only docker-toolbox, and cannot use a docker-native client...
While it starts - it shows an IP 192.168.99.100
which must replace a default IP address (127.0.0.1:) from .env file.
Once I've set that - i'm launching the utility...
Starting procedure are the same as on OS X...
The tool sequentially launches a few web services and goes to idle state...
Afterwards my browser (Google chrome Version 60.0.3112.113 (Official Build) (64-bit))
can't get to the main web-panel, neither one of following addresses are recognized by DNS
127.0.0.1
192.168.99.100
172.16.238.11
localhost
I've tries to set all of them to "LOCAL_LISTEN_ADDR" value,
each time after any changes being made I've erase all present containers through following commands:
docker rm -f $(docker ps -a -q)
docker rmi $(docker images -q)
for now it is still doesn't see web-panel...
Who is sharp enough, please advise - what it can be? Is there any solution for that?
Thanks for paying attention, good luck





