Ran into this Docker error with one of my projects:
invalid reference format: repository name must be lowercase
What are the various causes for
had a space in the current working directory and usign $(pwd) to map volumes. Doesn't like spaces in directory names.
$(pwd)