docker-zookeeper-cluster icon indicating copy to clipboard operation
docker-zookeeper-cluster copied to clipboard

A simple zookeeper cluster using docker images. Use for multi-host containers

Results 4 docker-zookeeper-cluster issues
Sort by recently updated
recently updated
newest added

All three service bind same ports on host, after removing the host port mapping part i got the output of first service ``` [ { "ID": "nxlr74hsfa0hk294ctqbkciuq", "Version": { "Index":...

What about running zookeeper inside container as non-root user? Could be a best practice for security/resources reason

Edit to run multiple cluster on same host. With previous version if you remap port node on same cluster doesn't join each other

I don't see a way to run this on AWS Container Service in a single cluster (with, for example, 3 EC2 instances). This is because each cluster has to use...