Getting up and running on a Mac. Following the instructions, I downloaded the source code and expanded it to a directory
/Users/ghassett/Dropbox/Rapid\ Docker\ on\ AWS\ Book/docker-on-aws-code/
I then change directories to that directory and do “bash start.sh”, and I get the following error:
docker: invalid reference format: repository name must be lowercase.
I suspect that this is because the full path to the docker-on-aws-code
directory contains upper case characters (e.g., the D
in Dropbox
or the U
in Users
). But there must be a way around this – my path is always going to be /Users/ghassett/something-or-other
, with a capital U
in Users
.
Help? Thanks!