jemc / jylis

A distributed in-memory database for Conflict-free Replicated Data Types (CRDTs). :seedling: :left_right_arrow:
https://jemc.github.io/jylis
Mozilla Public License 2.0
74 stars 6 forks source link

Add docker documentation #4

Closed amclain closed 6 years ago

amclain commented 6 years ago

This PR adds documentation for running Jylis in docker.

jemc commented 6 years ago

Thanks!

jemc commented 6 years ago

Note that there was already another PR for docker docs (#3), which we had held off on merging due to running into some portability issues with the image that still haven't been investigated yet.

However, I chose to merge this one because the image was working for @amclain, and it has more content and examples than #3.