PAW Docker Containers not starting up
Posted: Wed May 01, 2019 3:04 pm
Hi, All
Environment: Windows Server 2016
PAW 2.0.37
DOCKER 18.09.3
I do not see any containers (docker ps & docker ps -a).
I did execute (./scripts/paw.ps1) command and it throws following error.

Thank You
Dharav
Environment: Windows Server 2016
PAW 2.0.37
DOCKER 18.09.3
I do not see any containers (docker ps & docker ps -a).
I did execute (./scripts/paw.ps1) command and it throws following error.
I found that Hyper-v Virtual Switch Extension Adapter could not start. See the following image:PS D:\paw> ./scripts/paw
Adding custom certificate authority certificates to the system.
Unable to find image 'pa-docker:6000/planninganalytics/ibm-java8:latest-windowsservercore' locally
C:\Program Files\docker\docker.exe: Error response from daemon: Get https://pa-docker:6000/v2/: dial tcp: lookup pa-docker: no such host.
See 'C:\Program Files\docker\docker.exe run --help'.
Adding certificate authority certificate 'applixca.pem' to cacerts
Execution failed with exit code 1
At D:\paw\scripts\init.ps1:58 char:13
+ throw "Execution failed with exit code $LASTEXITCODE"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Execution failed with exit code 1:String) [], RuntimeException
+ FullyQualifiedErrorId : Execution failed with exit code 1
Thank You
Dharav