I'm new to docker and trying to run this project on OS X 10.10. Docker is installed through brew and looks good in the basics:
➜ docker-riak git:(develop) docker -v
Docker version 1.6.2, build 7c8fca2
➜ docker-riak git:(develop) boot2docker -v
Boot2Docker-cli version: v1.6.2
Git commit: cb2c3bc
Here's the error:
➜ docker-riak git:(develop) DOCKER_RIAK_AUTOMATIC_CLUSTERING=1 DOCKER_RIAK_CLUSTER_SIZE=5 DOCKER_RIAK_BACKEND=leveldb make start-cluster
./bin/start-cluster.sh
time="2015-06-06T11:21:19-04:00" level=fatal msg="Cannot connect to the Docker daemon. Is 'docker -d' running on this host?"
Bringing up cluster nodes:
make: *** [start-cluster] Error 1
I found this thread that recommends sudo docker -d
, but this returns an error:
➜ docker-riak git:(develop) docker -d
2015/06/06 11:18:21 This is a client-only binary - running the Docker daemon is not supported.
What needs to happen here?