You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.
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" which seems aimed to address this kind of issue — allowing docker containers running on different hosts to communicate. Anyone know more about this new feature and know how to use it to run Riak between containers on multiple hosts?
The text was updated successfully, but these errors were encountered:
Thanks! Docker's new networking stuff is really pretty great, it's come a long way in the last year. On a related project I'm now using overlay networks just like this (but with Cassandra) with no problems. In fact, I've been having a lot of success simulating adverse network conditions (a.la Jepsen) with this setup using tc netem. Hoping to make it into a real tool sometime.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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" which seems aimed to address this kind of issue — allowing docker containers running on different hosts to communicate. Anyone know more about this new feature and know how to use it to run Riak between containers on multiple hosts?
The text was updated successfully, but these errors were encountered: