## Gossip Gloomers This is my solutions to the [Gossip Gloomers](https://fly.io/dist-sys/) distributed systems problem by fly.io I have created a docker image for running the tests inside which can be run using `docker-compose run --rm -e TEST_TO_RUN=echo gossip-gloomers` (replacing the TEST_TO_RUN env to be the test to run). Note: The docker image is based off of the `homebrew/brew` image which is quite a whopper of an image so be prepaerd for a longish build time. Need to optimise that to be honest.