amplab / docker-scripts

Dockerfiles and scripts for Spark and Shark Docker images
261 stars 102 forks source link

Can't run the deploy.sh #49

Open qianyuxiang01 opened 8 years ago

qianyuxiang01 commented 8 years ago

qianyuxiang@qianyuxiangdeMacBook-Pro:~$sudo docker-scripts/deploy/deploy.sh -i amplab/spark:1.0.0 -w 2 -c * Starting Spark 1.0.0 * starting nameserver container time="2015-12-07T21:24:26+08:00" level=fatal msg="Post http:///var/run/docker.sock/v1.18/containers/create: dial unix /var/run/docker.sock: no such file or directory. Are you trying to connect to a TLS-enabled daemon without TLS?" error: could not start nameserver container from image amplab/dnsmasq-precise

I just clone the repository from github and run the script.But this works on my virtual centos machine

amitkumarj441 commented 8 years ago

@QianYuXiang ,

Try this on your MacOSX -->>

Maybe this is useful to others, I solved it as follows:

Cheers, Amit Kumar Jaiswal