basho-labs / riak-docker

Riak in Docker
20 stars 32 forks source link

refactor: Update cluster join method #16

Open jrogov opened 3 years ago

jrogov commented 3 years ago

Current method of joining a cluster during poststart seems to be outdated (and ill-documented at this point..?).

There's a way to do this throught riak-admin that's already provided in your image:

~/w/c/b/riak-docker (master) $ docker run -it basho/riak-kv which riak-admin
/usr/sbin/riak-admin

We successfully use it at @rbkmoney in our custom image.