Closed mayra-cabrera closed 7 years ago
We need to change belugas command on Usage & Setup sections on readme, from this:
docker run \ --interactive --tty --rm \ --volume "$PWD":/code \ WhalesIL/belugas-ruby
To this
docker run \ --interactive --tty --rm \ --volume "$PWD":/code \ whalesil/belugas-ruby
Otherwise Docker will complain
docker: invalid reference format: repository name must be lowercase. See 'docker run --help'.
We need to change belugas command on Usage & Setup sections on readme, from this:
To this
Otherwise Docker will complain