A simple cluster-communication example for teaching purposes.
Exposes a web server on port 36677 that prints host information and requests host information
from other configured hosts.
Upon running the container, supply a comma-separated list of hosts to contact for collecting
information. Each host will be requested on port 36677 as well.
docker run ws-web ws-web-node1,ws-web-node-2/prints information about the current host and other configured hosts/singleprints information about the current host only
Docker image at dak0rn/ws-web.