Error response from daemon: invalid volume specification: 'D:\project\bookstore:/code:rw'

I try to run the following code, but in the end I deal with the opposite error.

(venv) PS D:\project\bookstore> docker-compose up [+] Running 0/0

  • Container bookstore-web-1 Creating 0.0s Error response from daemon: invalid volume specification: 'D:\project\bookstore:/code:rw'
Back to Top