I started the service. Now I get a slightly different error.

$ sudo service docker start
[sudo] password for jhyde:  *****
$ ps aux|grep docker
root      6037  0.0  0.0 352132 16096 ?        Ssl  09:11   0:00
/usr/bin/docker -d -H fd://
$ source ambari-functions
$ kylin-deploy-cluster 3
starting an ambari cluster with: 3 nodes
[DEBUG] docker run -d --dns 127.0.0.1 --entrypoint
/usr/local/serf/bin/start-serf-agent.sh -e KEYCHAIN= --name amb0 -h
amb0.mycorp.kom sequenceiq/kylin:0.6.4 --tag ambari-server=true
FATA[0000] Post http:///var/run/docker.sock/v1.17/containers/create?name=amb0:
dial unix /var/run/docker.sock: permission denied. Are you trying to
connect to a TLS-enabled daemon without TLS?
Get http:///var/run/docker.sock/v1.17/images/amb0/json: dial unix
/var/run/docker.sock: permission denied. Are you trying to connect to a
TLS-enabled daemon without TLS?bash: AMBARI_SERVER_IP: AMBARI_SERVER_IP is
needed

Julian


On Fri, May 22, 2015 at 5:53 AM, Adunuthula, Seshu <[email protected]>
wrote:

> Janos,
>
> Thanks for the quick reply. Could you please include
> [email protected] in your response.
>
> Regards
> Seshu
>
> On 5/22/15, 5:49 AM, "Janos Matyas" <[email protected]> wrote:
>
> >Does the Docker daemon is running at all? On Ubuntu you make sure the
> >service is started (stg like sudo service docker start).
> >
> >Janos
> >> On May 22, 2015, at 2:40 PM, Adunuthula, Seshu <[email protected]>
> >>wrote:
> >>
> >> Janos/Kris,
> >>
> >> Any suggestions?
> >>
> >> Regards
> >> Seshu
> >>
> >>
> >>
> >> On 5/21/15, 10:06 AM, "Julian Hyde" <[email protected]> wrote:
> >>
> >>> I'm trying to run the docker install documented at
> >>> https://github.com/sequenceiq/docker-kylin. It get the following
> error:
> >>>
> >>> $ source ambari-functions
> >>> $ kylin-deploy-cluster 3
> >>> starting an ambari cluster with: 3 nodes
> >>> [DEBUG] docker run -d --dns 127.0.0.1 --entrypoint
> >>> /usr/local/serf/bin/start-serf-agent.sh -e KEYCHAIN= --name amb0 -h
> >>> amb0.mycorp.kom sequenceiq/kylin:0.6.4 --tag ambari-server=true
> >>> FATA[0000] Post
> >>> http:///var/run/docker.sock/v1.17/containers/create?name=amb0:
> >>> dial unix /var/run/docker.sock: no such file or directory. Are you
> >>>trying
> >>> to connect to a TLS-enabled daemon without TLS?
> >>> Get http:///var/run/docker.sock/v1.17/images/amb0/json: dial unix
> >>> /var/run/docker.sock: no such file or directory. Are you trying to
> >>>connect
> >>> to a TLS-enabled daemon without TLS?bash: AMBARI_SERVER_IP:
> >>> AMBARI_SERVER_IP is needed
> >>>
> >>> Any ideas?
> >>>
> >>> I'm running JDK 1.8, ubuntu 15.04.
> >>>
> >>> Julian
> >>
> >
>
>

Reply via email to