I am working on a Windows 10 home machine. I needed to use the IBM cloud web app services . I created a starter kit for expressjs backend and added a Watson discovery service resource.
I followed all the steps mentioned in the prerequisites documentation all the way from installing developer tools to downloading app.I opened it in webstorm.
When I "Build app in release mode" in Webstorm I get the following error :
An error error during connect: Post http://%!F(MISSING)%!F(MISSING).%!F(MISSING)pipe%!F(MISSING)docker_engine/v1.30/build?buildargs=%!B(MISSING)%!b(MISSING)x_dev_user%3A%!r(MISSING)oot%2C%!b(MISSING)x_dev_userid%3A%22%!D(MISSING)&cachefrom=null&cgroupparent=&cpuperiod=0&cpuquota=0&cpusetcpus=&cpusetmems=&cpushares=0&dockerfile=Dockerfile-tools&labels=null&memory=0&memswap=0&networkmode=&rm=1&shmsize=0&t=expressjsbackend-express-tools&target=&ulimits=null: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running. was encountered while building the Docker image.
How can I rectify this ?
Please help!