Member since
09-07-2016
9
Posts
1
Kudos Received
0
Solutions
12-13-2017
03:30 PM
The image is now called sandbox-hdp ie: cloudusr@dev2:~/hdp$ sudo docker load < ./HDP_2.6.3_docker_10_11_2017.tar e00c9229b481: Loading layer [==================================================>] 202.7MB/202.7MB 6d029676b777: Loading layer [==================================================>] 12.25GB/12.25GB 8f8f12de0582: Loading layer [==================================================>] 2.56kB/2.56kB Loaded image: sandbox-hdp:latest Therefore if you use the command documented (cut/pasted into my script): cloudusr@dev2:~/hdp$ sudo ./runhdp.sh Unable to find image 'sandbox:latest' locally docker: Error response from daemon: pull access denied for sandbox, repository does not exist or may require 'docker login'. See 'docker run --help'. The fix is to use 'sandbox-hdp' for the name of the docker image - this is the nearly last parameter to the docker command, just before sshd (the -name can be left as is)
... View more