Hi All,
I am trying to install an application in docker.I’m getting following error
ERROR: for node-builder Cannot create container for service node-builder: invalid bind mount spec “C:\Users\tulsi.rao\Desktop\stethoscope-master\stethoscope\login:/code/stethoscope/login:rw”: invalid volume specification: ‘C:\Users\tulsi.rao\Desktop\stethoscope-master\stethoscope\login:/code/stethoscope/login:rw’
ERROR: for login Cannot create container for service login: invalid bind mount spec “C:\Users\tulsi.rao\Desktop\stethoscope-master\logs:/logs:rw”: invalid volume specification: 'C:\Users\tulsi.rao\Desktop\stethoscope-master\logs:/logs:rw’
e[31mERRORe[0m: Encountered errors while bringing up the project.
can anyone please help me fixing this issue.