0

I'm trying to install Hortonworks Sandbox in mac using docker but I got this error

''' docker: invalid reference format: repository name must be lowercase '''

JP Jack
  • 699
  • 1
  • 7
  • 13

1 Answers1

0

I've just come across this problem, and solved it.

Check that no folder in your current working directory where you run docker run contains uppercase letters. Change to lowercase if that's the case and try again. That seemed to work for me.

helvete
  • 2,455
  • 13
  • 33
  • 37