WINDOWS ONLY
If you are using PowerShell or Git Bash on Windows you should put variables in the docker commands in curly braces {}
{}
Example:
docker run -p 8081:80 -v ${PWD}:/usr/share/nginx/html nginx