Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Update README.md to contemplate unix sockets #45

Open
ecolabardini opened this issue Feb 24, 2016 · 0 comments
Open

Update README.md to contemplate unix sockets #45

ecolabardini opened this issue Feb 24, 2016 · 0 comments

Comments

@ecolabardini
Copy link
Contributor

When installing Docker for Ubuntu 14.04 LTS (1) with apt, the docker daemon is using unix sockets. Therefore using something like

export DOCKER_HOST="tcp://127.0.0.1:2375"

will result in

$ DOCKER_RIAK_AUTOMATIC_CLUSTERING=1 DOCKER_RIAK_CLUSTER_SIZE=5 make start-cluster
./bin/start-cluster.sh
Cannot connect to the Docker daemon. Is the docker daemon running on this host?

Bringing up cluster nodes:

make: *** [start-cluster] Error 125`

For future installers would be great that the "Install Docker" section on the README.md contemplate Unix sockets, e.g.:

export DOCKER_HOST="unix:///var/run/docker.sock"

(1) https://docs.docker.com/engine/installation/linux/ubuntulinux/

@ecolabardini ecolabardini changed the title Update README.md to comtemplate unix sockets Update README.md to contemplate unix sockets Feb 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants