docker-riak
docker-riak copied to clipboard
A Docker project to bring up a local Riak cluster.
Tried with tag: 2.0.0 ``` $ make build docker build -t "hectcastro/riak" . Sending build context to Docker daemon 196.1 kB Step 1/14 : FROM phusion/baseimage:0.9.14 ---> fc382bb53394 Step 2/14...
function called `start_new_riak_cluter`. Should be `start_new_riak_cluster`
This PR makes two changes: 1. The in-place seds and other misc. setup are moved from `riak.sh` to an init script, so that if riak is restarted by `runit`, these...
``` sh → docker ps ..... 099dc3966110 hectcastro/riak:latest /sbin/my_init --quie 8 minutes ago Up 8 minutes 0.0.0.0:49163->8087/tcp, 0.0.0.0:49164->8098/tcp riak01,riak02/seed,riak03/seed,riak04/seed,riak05/seed → docker inspect 099dc3966110 | grep IP "IPAddress": "172.17.0.7", "IPPrefixLen": 16,...
Hi, I would like to know what's the need for the java install in the Dockerfile. I've removed and it all seems ok, also it reduces image size.
Hey there, I am playing around with the docker-riak repo and have some problems. I hope it is ok to address my issue here, even if it is not the...
I'm trying to set up something similar to #10. Thanks, that thread definitely gives me a good place to start. I know a recent release of Docker introduced "Docker Swarm"...
When i stop one of the container and start then riak fails to start. looks like some services required for riak are not getting started properly hence riak not able...
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 ``` bash $...