Sitecore 10.2 Installation Error : "Error response from daemon: Unrecognised volume spec: file '\\.\pipe\docker_engine' cannot be mapped. Only directories can be mapped on this platform"
Error:
Sitecore 10.2 Installation Error: "Error response from daemon: Unrecognised volume spec: file '\\.\pipe\docker_engine' cannot be mapped. Only directories can be mapped on this platform" with Docker
Solution:
I have resolved this issue by turning off the option in Docker Desktop settings or use the CLI command docker-compose disable-v2. This error usually comes when using Docker Compose V2
Comments