Hi, in the guides, there is a command
docker run -it --mount type=bind,src="$(pwd)",target=/src ubuntu bash
which gives me an error, if I run it in the Powershell in W11:
invalid argument "type=bind,src=\"$(pwd)\",target=/src" for "--mount" flag: parse error on line 1, column 15: bare " in non-quoted-field
What is wrong there?
Update: I have tried also with ${pwd}, but with the same result.