Member since
08-14-2018
4
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3884 | 08-24-2018 05:04 AM |
08-24-2018
05:04 AM
1 Kudo
I finally found answer by myself, it weird that CHD.tar.gz file has got extract multiple level to see the final version of tar that can be used for CDH 513 docker installation. Once you have final tar, then it goes smooth. it weird way that Cloudera packages it. 😞 Regards, Rajani Kanth
... View more
08-14-2018
07:56 AM
https://www.cloudera.com/documentation/enterprise/5-13-x/topics/quickstart_docker_container.html#docker_networking I followed the above link to setup CDH docker without much luck and tried it Cent OS 7.5 and Ubuntu 18.4 with the same error as below: ERROR: "docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/usr/bin/docker-quickstart\": stat /usr/bin/docker-quickstart: no such file or directory": unknown. " rk@rk-virtual-machine:~$ docker import cloudera-quickstart-vm-5.13.0-0-beta-docker.tar Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.35/images/create?fromsrc=-&message=&repo=&tag=: dial unix /var/run/docker.sock: connect: permission denied rk@rk-virtual-machine:~$ sudo docker import cloudera-quickstart-vm-5.13.0-0-beta-docker.tar sha256:590f46d7217d025df6c3ec52106401e358ad97f027bca1f76ffecfa0bef862cb rk@rk-virtual-machine:~$ sudo docker run --hostname=quickstart.cloudera --privileged=true -t -i -d -p 8888 -p 7180 -p 80 590f46d7217d /usr/bin/docker-quickstart 75c8a7b255d276e8d556b074999dfb2370e6ebdc9d8612983c77c5fd6d1106a1 docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/usr/bin/docker-quickstart\": stat /usr/bin/docker-quickstart: no such file or directory": unknown. rk@rk-virtual-machine:~$ sudo docker run --hostname=quickstart.cloudera --privileged=true -t -i -d -p 8888 -p 7180 -p 80 590f46d7217d \/usr/bin/docker-quickstart 977282ee768ad56c4664a7d379e06aaaa77b8e3246ea759efe10b547c31ee467 docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/usr/bin/docker-quickstart\": stat /usr/bin/docker-quickstart: no such file or directory": unknown.
... View more
Labels:
- Labels:
-
Quickstart VM