I have to setup the environment to execute the PAW in Windows 10 so installed Docker toolbox 17.6.02-ce, earlier its was working properly but now its creating the default and paw machine but start.bat exit with code 0. In browser, IP address cant be reached for IBM planning Analytics Adminstration agent..
Kindly provide me some workaround because its very urgent..need to fix it
Download windowscontainernetworking-loggingandcleanupaide.ps1 from github and run it with the cleanup option, see if that helps.
I run workspace on a Server 2016 VM on my personal machine rather than having it directly on the PC but I believe it’s not ideal to run it on a laptop (which I assume you are) where the Network is regularly changing. Running the ps1 above should cleanup the docker containers and their history, so if it is an issue where it’s expecting a certain IP etc then it should resolve it. If that doesn’t work try and have a look through the logs and put that info here - someone might be able to point you in the right direction then.
Edit - I also recommend that when you do get it running properly always make sure to stop all of the services in the admin console before turning off your pc or changing networks etc.
This is because by default the latest boot2docker.iso image is used for the VM. At some point Docker has updated it to require TLS 1.2, whereas with the older version of Docker Toolbox (which containers the docker.exe client) defaults to an earlier TLS version. Adding that environment variable is the right fix.