Hello,

I’m on a Mac and trying to run the script ./build_ranger_user_docker.sh to 
create a Ranger image.  The first time I ran it, it seemed to go through fine 
and create the ranger_dev image.  However, I seemed to have trouble running it. 
 I wasn’t sure what was wrong with it and decided to clean up the image (docker 
rmi) and try to run the script again.  However, now I’m consistently getting 
the below error.

+ docker run --rm -v /Users/hngu30/git/apache/ranger:/ranger -w /ranger -v 
/Users/hngu30/.m2:/.m2 --name ranger_build ranger_dev mvn -Pall 
-DskipTests=true clean compile package install assembly:assembly
Unable to find image 'ranger_dev:latest' locally
docker: Error response from daemon: pull access denied for ranger_dev, 
repository does not exist or may require 'docker login'.
See 'docker run --help'.

Any advice is much appreciated!

Thanks,
Helene

Reply via email to