Bind mount not working in windows 11


not working bind i have writen docker run -d -p 3000:3000 -v “./app:/app” getting-started-dev:nodemon
and you see what hapen in conteiner Error. Help me somebody please

Don’t use Git Bash as shell. When you are on Windows, use any Windows terminal, but in 2025 Powershell is preferred, or use WSL and enable WSL intergation in Docker Desktop.

Git Bash is known to be incompatible with Docker Desktop, but you should try command line only to avoid any vscode issue. Not to mention that probably more user could help to interpret messages copied frm the terminal than shared screenshots that are hard to read and no (easy) way to quote or copy text from it

Thank you very much error has gone, but bind mount since not working, my command - docker run -d -p 3000:3000 -v ./app/:/app/ getting-started-dev:nodemon. Working with this repository - GitHub - docker/getting-started: Getting started with Docker

If you don’t see error messages, what does it mean that the mount is not working? What happens instead of what you expect?