Runs CherryVis in Docker
git clone https://github.com/bmnielsen/cherryvis-docker
cd cherryvis-docker
docker build -t cvis .
docker run -p 8770:8770 -it cvis
- Once the server has started up, open
localhost:8770
in a browser.
If you want to view more than just the sample replays, mount a volume with your replays when running the container, e.g. -v <path to your replays>:/my-replays
.