Ran into this Docker error with one of my projects:
invalid reference format: repository name must be lowercase
What are the various causes for
For me the issue was with the space in volume mapping that was not escaped. The jenkins job which was running the docker run command had a space in it and as a result docker engine was not able to understand the docker run command.